Html Css Color HEX #E21F08 Scarlet

📋 copy color: '#E21F08'

red 226 ◦ green 31 ◦ blue 8

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

Shades of Scarlet #E21F08

Tints of Scarlet #E21F08

RGB

 RED value IS 226 (88.67% from 255) = 85.28%

 GREEN value IS 31 (12.5% from 255) = 11.7%

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

R = 85.28%
G = 11.7%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E21F08 (or 0xE21F08) is known color: Scarlet. HEX triplet: E2, 1F and 08. RGB value is (226,31,8). Sum of RGB (Red+Green+Blue) = 226+31+8=265 (35% of max value = 765). Red value is 226 (88.67% from 255 or 85.28% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E21F08 is #1DE0F7. Grayscale: #565656. Windows color (decimal): -1958136 or 532450. OLE color: 532450.

HSL color Cylindrical-coordinate representation of color #E21F08: hue angle of 6.33º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E21F08 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 31 8 -
CMYK 0 0.86 0.96 0.11
HSL 6.33º 0.93% 0.46% -
HSV(B) 6.33º 0.96% 0.89% -
XYZ 31.9 17.17 1.86 -
YUV 86.68 83.6 227.37 -
System Red Green Blue C M Y K H S L
Decimal 226 31 8 0 0.86 0.96 0.11 6.33 0.93 0.46
Hex E2 1F 8 0 56 60 B 6 5D 2E
Octal 342 37 10 0 126 140 13 6 135 56
Binary 11100010 11111 1000 0 1010110 1100000 1011 110 1011101 101110

Color Harmonies of #E21F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21F08

Black with #E21F08

Text Example


Text Example

White with #E21F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21F08; }

 p { color: rgb(226,31,8); }

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

background-color css

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

 a { background-color: rgb(226,31,8); }

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

border-color css

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

 span { border-color: rgb(226,31,8); }

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