Html Css Color HEX #F21E08 Scarlet

📋 copy color: '#F21E08'

red 242 ◦ green 30 ◦ blue 8

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

Shades of Scarlet #F21E08

Tints of Scarlet #F21E08

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.71%

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

R = 86.43%
G = 10.71%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F21E08 (or 0xF21E08) is known color: Scarlet. HEX triplet: F2, 1E and 08. RGB value is (242,30,8). Sum of RGB (Red+Green+Blue) = 242+30+8=280 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.43% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21E08 is #0DE1F7. Grayscale: #5B5B5B. Windows color (decimal): -909816 or 532210. OLE color: 532210.

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

Color convert

RGB 242 30 8 -
CMYK 0 0.88 0.97 0.05
HSL 5.64º 0.94% 0.49% -
HSV(B) 5.64º 0.97% 0.95% -
XYZ 37.13 19.82 2.1 -
YUV 90.88 81.24 235.79 -
System Red Green Blue C M Y K H S L
Decimal 242 30 8 0 0.88 0.97 0.05 5.64 0.94 0.49
Hex F2 1E 8 0 58 61 5 6 5E 31
Octal 362 36 10 0 130 141 5 6 136 61
Binary 11110010 11110 1000 0 1011000 1100001 101 110 1011110 110001

Color Harmonies of #F21E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E08

Black with #F21E08

Text Example


Text Example

White with #F21E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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