Html Css Color HEX #E2180C Scarlet

📋 copy color: '#E2180C'

red 226 ◦ green 24 ◦ blue 12

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

Shades of Scarlet #E2180C

Tints of Scarlet #E2180C

RGB

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

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

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

R = 86.26%
G = 9.16%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2180C (or 0xE2180C) is known color: Scarlet. HEX triplet: E2, 18 and 0C. RGB value is (226,24,12). Sum of RGB (Red+Green+Blue) = 226+24+12=262 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.26% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 226 - color contains mainly: red. Hex color #E2180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2180C is #1DE7F3. Grayscale: #535353. Windows color (decimal): -1959924 or 792802. OLE color: 792802.

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

Color convert

RGB 226 24 12 -
CMYK 0 0.89 0.95 0.11
HSL 3.36º 0.9% 0.47% -
HSV(B) 3.36º 0.95% 0.89% -
XYZ 31.76 16.85 1.93 -
YUV 83.03 87.92 229.98 -
System Red Green Blue C M Y K H S L
Decimal 226 24 12 0 0.89 0.95 0.11 3.36 0.9 0.47
Hex E2 18 C 0 59 5F B 3 5A 2F
Octal 342 30 14 0 131 137 13 3 132 57
Binary 11100010 11000 1100 0 1011001 1011111 1011 11 1011010 101111

Color Harmonies of #E2180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2180C

Black with #E2180C

Text Example


Text Example

White with #E2180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2180C; }

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

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

background-color css

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

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

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

border-color css

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

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

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