Html Css Color HEX #E01C00 Scarlet

📋 copy color: '#E01C00'

red 224 ◦ green 28 ◦ blue 0

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

Shades of Scarlet #E01C00

Tints of Scarlet #E01C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.89%
G = 11.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E01C00 (or 0xE01C00) is known color: Scarlet. HEX triplet: E0, 1C and 00. RGB value is (224,28,0). Sum of RGB (Red+Green+Blue) = 224+28+0=252 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.89% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E01C00 is #1FE3FF. Grayscale: #535353. Windows color (decimal): -2089984 or 7392. OLE color: 7392.

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

Color convert

RGB 224 28 0 -
CMYK 0 0.88 1 0.12
HSL 7.5º 1% 0.44% -
HSV(B) 7.5º 1% 0.88% -
XYZ 31.16 16.68 1.58 -
YUV 83.41 80.93 228.28 -
System Red Green Blue C M Y K H S L
Decimal 224 28 0 0 0.88 1 0.12 7.5 1 0.44
Hex E0 1C 0 0 58 64 C 8 64 2C
Octal 340 34 0 0 130 144 14 10 144 54
Binary 11100000 11100 0 0 1011000 1100100 1100 1000 1100100 101100

Color Harmonies of #E01C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01C00

Black with #E01C00

Text Example


Text Example

White with #E01C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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