Html Css Color HEX #F21308 Scarlet

📋 copy color: '#F21308'

red 242 ◦ green 19 ◦ blue 8

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

Shades of Scarlet #F21308

Tints of Scarlet #F21308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.06%

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

R = 89.96%
G = 7.06%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F21308 (or 0xF21308) is known color: Scarlet. HEX triplet: F2, 13 and 08. RGB value is (242,19,8). Sum of RGB (Red+Green+Blue) = 242+19+8=269 (35% of max value = 765). Red value is 242 (94.92% from 255 or 89.96% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 242 - color contains mainly: red. Hex color #F21308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21308 is #0DECF7. Grayscale: #545454. Windows color (decimal): -912632 or 529394. OLE color: 529394.

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

Color convert

RGB 242 19 8 -
CMYK 0 0.92 0.97 0.05
HSL 2.82º 0.94% 0.49% -
HSV(B) 2.82º 0.97% 0.95% -
XYZ 36.89 19.36 2.02 -
YUV 84.42 84.88 240.39 -
System Red Green Blue C M Y K H S L
Decimal 242 19 8 0 0.92 0.97 0.05 2.82 0.94 0.49
Hex F2 13 8 0 5C 61 5 3 5E 31
Octal 362 23 10 0 134 141 5 3 136 61
Binary 11110010 10011 1000 0 1011100 1100001 101 11 1011110 110001

Color Harmonies of #F21308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21308

Black with #F21308

Text Example


Text Example

White with #F21308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21308; }

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

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

background-color css

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

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

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

border-color css

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

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

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