Html Css Color HEX #E21A10 Scarlet

📋 copy color: '#E21A10'

red 226 ◦ green 26 ◦ blue 16

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

Shades of Scarlet #E21A10

Tints of Scarlet #E21A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.97%

R = 84.33%
G = 9.7%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E21A10 (or 0xE21A10) is known color: Scarlet. HEX triplet: E2, 1A and 10. RGB value is (226,26,16). Sum of RGB (Red+Green+Blue) = 226+26+16=268 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.33% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E21A10 is #1DE5EF. Grayscale: #545454. Windows color (decimal): -1959408 or 1055458. OLE color: 1055458.

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

Color convert

RGB 226 26 16 -
CMYK 0 0.88 0.93 0.11
HSL 2.86º 0.87% 0.47% -
HSV(B) 2.86º 0.93% 0.89% -
XYZ 31.83 16.94 2.08 -
YUV 84.66 89.26 228.81 -
System Red Green Blue C M Y K H S L
Decimal 226 26 16 0 0.88 0.93 0.11 2.86 0.87 0.47
Hex E2 1A 10 0 58 5D B 3 57 2F
Octal 342 32 20 0 130 135 13 3 127 57
Binary 11100010 11010 10000 0 1011000 1011101 1011 11 1010111 101111

Color Harmonies of #E21A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21A10

Black with #E21A10

Text Example


Text Example

White with #E21A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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