Html Css Color HEX #F52408 Scarlet

📋 copy color: '#F52408'

red 245 ◦ green 36 ◦ blue 8

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

Shades of Scarlet #F52408

Tints of Scarlet #F52408

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.46%

 BLUE value IS 8 (3.52% from 255) = 2.77%

R = 84.78%
G = 12.46%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F52408 (or 0xF52408) is known color: Scarlet. HEX triplet: F5, 24 and 08. RGB value is (245,36,8). Sum of RGB (Red+Green+Blue) = 245+36+8=289 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.78% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 245 - color contains mainly: red. Hex color #F52408 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52408 is #0ADBF7. Grayscale: #5F5F5F. Windows color (decimal): -711672 or 533749. OLE color: 533749.

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

Color convert

RGB 245 36 8 -
CMYK 0 0.85 0.97 0.04
HSL 7.09º 0.94% 0.5% -
HSV(B) 7.09º 0.97% 0.96% -
XYZ 38.33 20.69 2.2 -
YUV 95.3 78.74 234.78 -
System Red Green Blue C M Y K H S L
Decimal 245 36 8 0 0.85 0.97 0.04 7.09 0.94 0.5
Hex F5 24 8 0 55 61 4 7 5E 32
Octal 365 44 10 0 125 141 4 7 136 62
Binary 11110101 100100 1000 0 1010101 1100001 100 111 1011110 110010

Color Harmonies of #F52408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52408

Black with #F52408

Text Example


Text Example

White with #F52408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52408; }

 p { color: rgb(245,36,8); }

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

background-color css

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

 a { background-color: rgb(245,36,8); }

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

border-color css

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

 span { border-color: rgb(245,36,8); }

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