Html Css Color HEX #F32408 Scarlet

📋 copy color: '#F32408'

red 243 ◦ green 36 ◦ blue 8

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

Shades of Scarlet #F32408

Tints of Scarlet #F32408

RGB

 RED value IS 243 (95.31% from 255) = 84.67%

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

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

R = 84.67%
G = 12.54%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F32408 (or 0xF32408) is known color: Scarlet. HEX triplet: F3, 24 and 08. RGB value is (243,36,8). Sum of RGB (Red+Green+Blue) = 243+36+8=287 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.67% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 243 - color contains mainly: red. Hex color #F32408 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32408 is #0CDBF7. Grayscale: #5F5F5F. Windows color (decimal): -842744 or 533747. OLE color: 533747.

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

Color convert

RGB 243 36 8 -
CMYK 0 0.85 0.97 0.05
HSL 7.15º 0.94% 0.49% -
HSV(B) 7.15º 0.97% 0.95% -
XYZ 37.64 20.33 2.17 -
YUV 94.7 79.08 233.78 -
System Red Green Blue C M Y K H S L
Decimal 243 36 8 0 0.85 0.97 0.05 7.15 0.94 0.49
Hex F3 24 8 0 55 61 5 7 5E 31
Octal 363 44 10 0 125 141 5 7 136 61
Binary 11110011 100100 1000 0 1010101 1100001 101 111 1011110 110001

Color Harmonies of #F32408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32408

Black with #F32408

Text Example


Text Example

White with #F32408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32408; }

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

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

background-color css

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

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

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

border-color css

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

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

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