Html Css Color HEX #F22508 Scarlet

📋 copy color: '#F22508'

red 242 ◦ green 37 ◦ blue 8

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

Shades of Scarlet #F22508

Tints of Scarlet #F22508

RGB

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

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

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

R = 84.32%
G = 12.89%
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

#F22508 (or 0xF22508) is known color: Scarlet. HEX triplet: F2, 25 and 08. RGB value is (242,37,8). Sum of RGB (Red+Green+Blue) = 242+37+8=287 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.32% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 242 - color contains mainly: red. Hex color #F22508 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22508 is #0DDAF7. Grayscale: #5F5F5F. Windows color (decimal): -908024 or 534002. OLE color: 534002.

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

Color convert

RGB 242 37 8 -
CMYK 0 0.85 0.97 0.05
HSL 7.44º 0.94% 0.49% -
HSV(B) 7.44º 0.97% 0.95% -
XYZ 37.32 20.22 2.17 -
YUV 94.99 78.92 232.86 -
System Red Green Blue C M Y K H S L
Decimal 242 37 8 0 0.85 0.97 0.05 7.44 0.94 0.49
Hex F2 25 8 0 55 61 5 7 5E 31
Octal 362 45 10 0 125 141 5 7 136 61
Binary 11110010 100101 1000 0 1010101 1100001 101 111 1011110 110001

Color Harmonies of #F22508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22508

Black with #F22508

Text Example


Text Example

White with #F22508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22508; }

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

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

background-color css

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

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

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

border-color css

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

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

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