Html Css Color HEX #E21A0A Scarlet

📋 copy color: '#E21A0A'

red 226 ◦ green 26 ◦ blue 10

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

Shades of Scarlet #E21A0A

Tints of Scarlet #E21A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.82%

R = 86.26%
G = 9.92%
B = 3.82%

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

#E21A0A (or 0xE21A0A) is known color: Scarlet. HEX triplet: E2, 1A and 0A. RGB value is (226,26,10). Sum of RGB (Red+Green+Blue) = 226+26+10=262 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.26% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E21A0A is #1DE5F5. Grayscale: #545454. Windows color (decimal): -1959414 or 662242. OLE color: 662242.

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

Color convert

RGB 226 26 10 -
CMYK 0 0.88 0.96 0.11
HSL 4.44º 0.92% 0.46% -
HSV(B) 4.44º 0.96% 0.89% -
XYZ 31.79 16.93 1.88 -
YUV 83.98 86.26 229.3 -
System Red Green Blue C M Y K H S L
Decimal 226 26 10 0 0.88 0.96 0.11 4.44 0.92 0.46
Hex E2 1A A 0 58 60 B 4 5C 2E
Octal 342 32 12 0 130 140 13 4 134 56
Binary 11100010 11010 1010 0 1011000 1100000 1011 100 1011100 101110

Color Harmonies of #E21A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21A0A

Black with #E21A0A

Text Example


Text Example

White with #E21A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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