Html Css Color HEX #E2180A Scarlet

📋 copy color: '#E2180A'

red 226 ◦ green 24 ◦ blue 10

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

Shades of Scarlet #E2180A

Tints of Scarlet #E2180A

RGB

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

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

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

R = 86.92%
G = 9.23%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E2180A (or 0xE2180A) is known color: Scarlet. HEX triplet: E2, 18 and 0A. RGB value is (226,24,10). Sum of RGB (Red+Green+Blue) = 226+24+10=260 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.92% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 226 - color contains mainly: red. Hex color #E2180A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2180A is #1DE7F5. Grayscale: #535353. Windows color (decimal): -1959926 or 661730. OLE color: 661730.

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

Color convert

RGB 226 24 10 -
CMYK 0 0.89 0.96 0.11
HSL 3.89º 0.92% 0.46% -
HSV(B) 3.89º 0.96% 0.89% -
XYZ 31.75 16.84 1.87 -
YUV 82.8 86.92 230.14 -
System Red Green Blue C M Y K H S L
Decimal 226 24 10 0 0.89 0.96 0.11 3.89 0.92 0.46
Hex E2 18 A 0 59 60 B 4 5C 2E
Octal 342 30 12 0 131 140 13 4 134 56
Binary 11100010 11000 1010 0 1011001 1100000 1011 100 1011100 101110

Color Harmonies of #E2180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2180A

Black with #E2180A

Text Example


Text Example

White with #E2180A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2180A; }

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

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

background-color css

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

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

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

border-color css

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

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

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