Html Css Color HEX #E00C01 Red

📋 copy color: '#E00C01'

red 224 ◦ green 12 ◦ blue 1

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

Shades of Red #E00C01

Tints of Red #E00C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.06%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 94.51%
G = 5.06%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E00C01 (or 0xE00C01) is known color: Red. HEX triplet: E0, 0C and 01. RGB value is (224,12,1). Sum of RGB (Red+Green+Blue) = 224+12+1=237 (31% of max value = 765). Red value is 224 (87.89% from 255 or 94.51% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00C01 is #1FF3FE. Grayscale: #4A4A4A. Windows color (decimal): -2094079 or 68832. OLE color: 68832.

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

Color convert

RGB 224 12 1 -
CMYK 0 0.95 1.00 0.12
HSL 2.96º 0.99% 0.44% -
HSV(B) 2.96º 1% 0.88% -
XYZ 30.88 16.11 1.51 -
YUV 74.13 86.74 234.89 -
System Red Green Blue C M Y K H S L
Decimal 224 12 1 0 0.95 1.00 0.12 2.96 0.99 0.44
Hex E0 C 1 0 5F 64 C 3 63 2C
Octal 340 14 1 0 137 144 14 3 143 54
Binary 11100000 1100 1 0 1011111 1100100 1100 11 1100011 101100

Color Harmonies of #E00C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C01

Black with #E00C01

Text Example


Text Example

White with #E00C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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