Html Css Color HEX #E0180C Scarlet

📋 copy color: '#E0180C'

red 224 ◦ green 24 ◦ blue 12

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

Shades of Scarlet #E0180C

Tints of Scarlet #E0180C

RGB

 RED value IS 224 (87.89% from 255) = 86.15%

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

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

R = 86.15%
G = 9.23%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0180C (or 0xE0180C) is known color: Scarlet. HEX triplet: E0, 18 and 0C. RGB value is (224,24,12). Sum of RGB (Red+Green+Blue) = 224+24+12=260 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.15% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 224 - color contains mainly: red. Hex color #E0180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0180C is #1FE7F3. Grayscale: #525252. Windows color (decimal): -2090996 or 792800. OLE color: 792800.

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

Color convert

RGB 224 24 12 -
CMYK 0 0.89 0.95 0.12
HSL 3.4º 0.9% 0.46% -
HSV(B) 3.4º 0.95% 0.88% -
XYZ 31.13 16.53 1.9 -
YUV 82.43 88.26 228.98 -
System Red Green Blue C M Y K H S L
Decimal 224 24 12 0 0.89 0.95 0.12 3.4 0.9 0.46
Hex E0 18 C 0 59 5F C 3 5A 2E
Octal 340 30 14 0 131 137 14 3 132 56
Binary 11100000 11000 1100 0 1011001 1011111 1100 11 1011010 101110

Color Harmonies of #E0180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0180C

Black with #E0180C

Text Example


Text Example

White with #E0180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0180C; }

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

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

background-color css

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

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

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

border-color css

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

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

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