Html Css Color HEX #E0180F Scarlet

📋 copy color: '#E0180F'

red 224 ◦ green 24 ◦ blue 15

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

Shades of Scarlet #E0180F

Tints of Scarlet #E0180F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.7%

R = 85.17%
G = 9.13%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0180F (or 0xE0180F) is known color: Scarlet. HEX triplet: E0, 18 and 0F. RGB value is (224,24,15). Sum of RGB (Red+Green+Blue) = 224+24+15=263 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.17% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 224 - color contains mainly: red. Hex color #E0180F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0180F is #1FE7F0. Grayscale: #535353. Windows color (decimal): -2090993 or 989408. OLE color: 989408.

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

Color convert

RGB 224 24 15 -
CMYK 0 0.89 0.93 0.12
HSL 2.58º 0.87% 0.47% -
HSV(B) 2.58º 0.93% 0.88% -
XYZ 31.15 16.54 2 -
YUV 82.77 89.76 228.73 -
System Red Green Blue C M Y K H S L
Decimal 224 24 15 0 0.89 0.93 0.12 2.58 0.87 0.47
Hex E0 18 F 0 59 5D C 3 57 2F
Octal 340 30 17 0 131 135 14 3 127 57
Binary 11100000 11000 1111 0 1011001 1011101 1100 11 1010111 101111

Color Harmonies of #E0180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0180F

Black with #E0180F

Text Example


Text Example

White with #E0180F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0180F; }

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

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

background-color css

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

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

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

border-color css

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

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

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