Html Css Color HEX #E2180E Scarlet

📋 copy color: '#E2180E'

red 226 ◦ green 24 ◦ blue 14

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

Shades of Scarlet #E2180E

Tints of Scarlet #E2180E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.09%

 BLUE value IS 14 (5.86% from 255) = 5.3%

R = 85.61%
G = 9.09%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2180E (or 0xE2180E) is known color: Scarlet. HEX triplet: E2, 18 and 0E. RGB value is (226,24,14). Sum of RGB (Red+Green+Blue) = 226+24+14=264 (34% of max value = 765). Red value is 226 (88.67% from 255 or 85.61% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 226 - color contains mainly: red. Hex color #E2180E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2180E is #1DE7F1. Grayscale: #535353. Windows color (decimal): -1959922 or 923874. OLE color: 923874.

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

Color convert

RGB 226 24 14 -
CMYK 0 0.89 0.94 0.11
HSL 2.83º 0.88% 0.47% -
HSV(B) 2.83º 0.94% 0.89% -
XYZ 31.77 16.85 1.99 -
YUV 83.26 88.92 229.81 -
System Red Green Blue C M Y K H S L
Decimal 226 24 14 0 0.89 0.94 0.11 2.83 0.88 0.47
Hex E2 18 E 0 59 5E B 3 58 2F
Octal 342 30 16 0 131 136 13 3 130 57
Binary 11100010 11000 1110 0 1011001 1011110 1011 11 1011000 101111

Color Harmonies of #E2180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2180E

Black with #E2180E

Text Example


Text Example

White with #E2180E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2180E; }

 p { color: rgb(226,24,14); }

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

background-color css

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

 a { background-color: rgb(226,24,14); }

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

border-color css

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

 span { border-color: rgb(226,24,14); }

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