Html Css Color HEX #E00C0E Venetian Red

📋 copy color: '#E00C0E'

red 224 ◦ green 12 ◦ blue 14

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

Shades of Venetian Red #E00C0E

Tints of Venetian Red #E00C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.6%

R = 89.6%
G = 4.8%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E00C0E (or 0xE00C0E) is known color: Venetian Red. HEX triplet: E0, 0C and 0E. RGB value is (224,12,14). Sum of RGB (Red+Green+Blue) = 224+12+14=250 (33% of max value = 765). Red value is 224 (87.89% from 255 or 89.6% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00C0E is #1FF3F1. Grayscale: #4B4B4B. Windows color (decimal): -2094066 or 920800. OLE color: 920800.

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

Color convert

RGB 224 12 14 -
CMYK 0 0.95 0.94 0.12
HSL 359.43º 0.9% 0.46% -
HSV(B) 359.43º 0.95% 0.88% -
XYZ 30.95 16.14 1.9 -
YUV 75.62 93.24 233.84 -
System Red Green Blue C M Y K H S L
Decimal 224 12 14 0 0.95 0.94 0.12 359.43 0.9 0.46
Hex E0 C E 0 5F 5E C 167 5A 2E
Octal 340 14 16 0 137 136 14 547 132 56
Binary 11100000 1100 1110 0 1011111 1011110 1100 101100111 1011010 101110

Color Harmonies of #E00C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C0E

Black with #E00C0E

Text Example


Text Example

White with #E00C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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