Html Css Color HEX #F22408 Scarlet

📋 copy color: '#F22408'

red 242 ◦ green 36 ◦ blue 8

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

Shades of Scarlet #F22408

Tints of Scarlet #F22408

RGB

 RED value IS 242 (94.92% from 255) = 84.62%

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

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

R = 84.62%
G = 12.59%
B = 2.8%

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

#F22408 (or 0xF22408) is known color: Scarlet. HEX triplet: F2, 24 and 08. RGB value is (242,36,8). Sum of RGB (Red+Green+Blue) = 242+36+8=286 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.62% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 242 - color contains mainly: red. Hex color #F22408 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22408 is #0DDBF7. Grayscale: #5E5E5E. Windows color (decimal): -908280 or 533746. OLE color: 533746.

HSL color Cylindrical-coordinate representation of color #F22408: hue angle of 7.18º 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 #F22408 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 36 8 -
CMYK 0 0.85 0.97 0.05
HSL 7.18º 0.94% 0.49% -
HSV(B) 7.18º 0.97% 0.95% -
XYZ 37.29 20.16 2.15 -
YUV 94.4 79.25 233.28 -
System Red Green Blue C M Y K H S L
Decimal 242 36 8 0 0.85 0.97 0.05 7.18 0.94 0.49
Hex F2 24 8 0 55 61 5 7 5E 31
Octal 362 44 10 0 125 141 5 7 136 61
Binary 11110010 100100 1000 0 1010101 1100001 101 111 1011110 110001

Color Harmonies of #F22408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22408

Black with #F22408

Text Example


Text Example

White with #F22408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22408; }

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

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

background-color css

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

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

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

border-color css

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

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

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