Html Css Color HEX #F21708 Scarlet

📋 copy color: '#F21708'

red 242 ◦ green 23 ◦ blue 8

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

Shades of Scarlet #F21708

Tints of Scarlet #F21708

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.42%

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

R = 88.64%
G = 8.42%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F21708 (or 0xF21708) is known color: Scarlet. HEX triplet: F2, 17 and 08. RGB value is (242,23,8). Sum of RGB (Red+Green+Blue) = 242+23+8=273 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.64% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 242 - color contains mainly: red. Hex color #F21708 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21708 is #0DE8F7. Grayscale: #575757. Windows color (decimal): -911608 or 530418. OLE color: 530418.

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

Color convert

RGB 242 23 8 -
CMYK 0 0.90 0.97 0.05
HSL 3.85º 0.94% 0.49% -
HSV(B) 3.85º 0.97% 0.95% -
XYZ 36.97 19.51 2.05 -
YUV 86.77 83.55 238.72 -
System Red Green Blue C M Y K H S L
Decimal 242 23 8 0 0.90 0.97 0.05 3.85 0.94 0.49
Hex F2 17 8 0 5A 61 5 4 5E 31
Octal 362 27 10 0 132 141 5 4 136 61
Binary 11110010 10111 1000 0 1011010 1100001 101 100 1011110 110001

Color Harmonies of #F21708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21708

Black with #F21708

Text Example


Text Example

White with #F21708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21708; }

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

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

background-color css

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

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

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

border-color css

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

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

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