Html Css Color HEX #E00C00 Red

📋 copy color: '#E00C00'

red 224 ◦ green 12 ◦ blue 0

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

Shades of Red #E00C00

Tints of Red #E00C00

RGB

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

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

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

R = 94.92%
G = 5.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E00C00 (or 0xE00C00) is known color: Red. HEX triplet: E0, 0C and 00. RGB value is (224,12,0). Sum of RGB (Red+Green+Blue) = 224+12+0=236 (31% of max value = 765). Red value is 224 (87.89% from 255 or 94.92% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00C00 is #1FF3FF. Grayscale: #4A4A4A. Windows color (decimal): -2094080 or 3296. OLE color: 3296.

HSL color Cylindrical-coordinate representation of color #E00C00: hue angle of 3.21º 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 #E00C00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 12 0 -
CMYK 0 0.95 1 0.12
HSL 3.21º 1% 0.44% -
HSV(B) 3.21º 1% 0.88% -
XYZ 30.87 16.11 1.48 -
YUV 74.02 86.24 234.98 -
System Red Green Blue C M Y K H S L
Decimal 224 12 0 0 0.95 1 0.12 3.21 1 0.44
Hex E0 C 0 0 5F 64 C 3 64 2C
Octal 340 14 0 0 137 144 14 3 144 54
Binary 11100000 1100 0 0 1011111 1100100 1100 11 1100100 101100

Color Harmonies of #E00C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C00

Black with #E00C00

Text Example


Text Example

White with #E00C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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