Html Css Color HEX #E21A0C Scarlet

📋 copy color: '#E21A0C'

red 226 ◦ green 26 ◦ blue 12

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

Shades of Scarlet #E21A0C

Tints of Scarlet #E21A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.55%

R = 85.61%
G = 9.85%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E21A0C (or 0xE21A0C) is known color: Scarlet. HEX triplet: E2, 1A and 0C. RGB value is (226,26,12). Sum of RGB (Red+Green+Blue) = 226+26+12=264 (34% of max value = 765). Red value is 226 (88.67% from 255 or 85.61% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E21A0C is #1DE5F3. Grayscale: #545454. Windows color (decimal): -1959412 or 793314. OLE color: 793314.

HSL color Cylindrical-coordinate representation of color #E21A0C: hue angle of 3.93º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E21A0C is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 26 12 -
CMYK 0 0.88 0.95 0.11
HSL 3.93º 0.9% 0.47% -
HSV(B) 3.93º 0.95% 0.89% -
XYZ 31.8 16.93 1.94 -
YUV 84.2 87.26 229.14 -
System Red Green Blue C M Y K H S L
Decimal 226 26 12 0 0.88 0.95 0.11 3.93 0.9 0.47
Hex E2 1A C 0 58 5F B 4 5A 2F
Octal 342 32 14 0 130 137 13 4 132 57
Binary 11100010 11010 1100 0 1011000 1011111 1011 100 1011010 101111

Color Harmonies of #E21A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21A0C

Black with #E21A0C

Text Example


Text Example

White with #E21A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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