Html Css Color HEX #F52510 Scarlet

📋 copy color: '#F52510'

red 245 ◦ green 37 ◦ blue 16

#F52510
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #F52510

Tints of Scarlet #F52510

RGB

 RED value IS 245 (96.09% from 255) = 82.21%

 GREEN value IS 37 (14.84% from 255) = 12.42%

 BLUE value IS 16 (6.64% from 255) = 5.37%

R = 82.21%
G = 12.42%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F52510 (or 0xF52510) is known color: Scarlet. HEX triplet: F5, 25 and 10. RGB value is (245,37,16). Sum of RGB (Red+Green+Blue) = 245+37+16=298 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.21% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 245 - color contains mainly: red. Hex color #F52510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52510 is #0ADAEF. Grayscale: #616161. Windows color (decimal): -711408 or 1058293. OLE color: 1058293.

HSL color Cylindrical-coordinate representation of color #F52510: hue angle of 5.5º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F52510 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 37 16 -
CMYK 0 0.85 0.93 0.04
HSL 5.5º 0.92% 0.51% -
HSV(B) 5.5º 0.93% 0.96% -
XYZ 38.41 20.77 2.48 -
YUV 96.8 82.41 233.71 -
System Red Green Blue C M Y K H S L
Decimal 245 37 16 0 0.85 0.93 0.04 5.5 0.92 0.51
Hex F5 25 10 0 55 5D 4 6 5C 33
Octal 365 45 20 0 125 135 4 6 134 63
Binary 11110101 100101 10000 0 1010101 1011101 100 110 1011100 110011

Color Harmonies of #F52510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52510

Black with #F52510

Text Example


Text Example

White with #F52510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52510; }

 p { color: rgb(245,37,16); }

 H1.HeaderClassName
 {
   color: #F52510;
 }
 .AnyTagClassName
 {
   color: #F52510;
 }
</style>

background-color css

<style>
 a { background-color: #F52510; }

 a { background-color: rgb(245,37,16); }

 div.DivClassName
 {
   background-color: #F52510;
 }
 .BgClassName
 {
   background-color: #F52510;
 }
</style>

border-color css

<style>
 span { border-color: #F52510; }

 span { border-color: rgb(245,37,16); }

 td.TdClassName
 {
   border-color: #F52510;
 }
 .TagClassName
 {
   border-color: #F52510;
 }
</style>