Html Css Color HEX #E21A08 Scarlet

📋 copy color: '#E21A08'

red 226 ◦ green 26 ◦ blue 8

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

Shades of Scarlet #E21A08

Tints of Scarlet #E21A08

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10%

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

R = 86.92%
G = 10%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E21A08 (or 0xE21A08) is known color: Scarlet. HEX triplet: E2, 1A and 08. RGB value is (226,26,8). Sum of RGB (Red+Green+Blue) = 226+26+8=260 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.92% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E21A08 is #1DE5F7. Grayscale: #545454. Windows color (decimal): -1959416 or 531170. OLE color: 531170.

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

Color convert

RGB 226 26 8 -
CMYK 0 0.88 0.96 0.11
HSL 4.95º 0.93% 0.46% -
HSV(B) 4.95º 0.96% 0.89% -
XYZ 31.78 16.93 1.82 -
YUV 83.75 85.26 229.46 -
System Red Green Blue C M Y K H S L
Decimal 226 26 8 0 0.88 0.96 0.11 4.95 0.93 0.46
Hex E2 1A 8 0 58 60 B 5 5D 2E
Octal 342 32 10 0 130 140 13 5 135 56
Binary 11100010 11010 1000 0 1011000 1100000 1011 101 1011101 101110

Color Harmonies of #E21A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21A08

Black with #E21A08

Text Example


Text Example

White with #E21A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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