Html Css Color HEX #E01C0A Scarlet

📋 copy color: '#E01C0A'

red 224 ◦ green 28 ◦ blue 10

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

Shades of Scarlet #E01C0A

Tints of Scarlet #E01C0A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.69%

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

R = 85.5%
G = 10.69%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E01C0A (or 0xE01C0A) is known color: Scarlet. HEX triplet: E0, 1C and 0A. RGB value is (224,28,10). Sum of RGB (Red+Green+Blue) = 224+28+10=262 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.50% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E01C0A is #1FE3F5. Grayscale: #545454. Windows color (decimal): -2089974 or 662752. OLE color: 662752.

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

Color convert

RGB 224 28 10 -
CMYK 0 0.88 0.96 0.12
HSL 5.05º 0.91% 0.46% -
HSV(B) 5.05º 0.96% 0.88% -
XYZ 31.21 16.7 1.87 -
YUV 84.55 85.93 227.46 -
System Red Green Blue C M Y K H S L
Decimal 224 28 10 0 0.88 0.96 0.12 5.05 0.91 0.46
Hex E0 1C A 0 58 60 C 5 5B 2E
Octal 340 34 12 0 130 140 14 5 133 56
Binary 11100000 11100 1010 0 1011000 1100000 1100 101 1011011 101110

Color Harmonies of #E01C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01C0A

Black with #E01C0A

Text Example


Text Example

White with #E01C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01C0A; }

 p { color: rgb(224,28,10); }

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

background-color css

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

 a { background-color: rgb(224,28,10); }

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

border-color css

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

 span { border-color: rgb(224,28,10); }

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