Html Css Color HEX #E00A0D Venetian Red

📋 copy color: '#E00A0D'

red 224 ◦ green 10 ◦ blue 13

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

Shades of Venetian Red #E00A0D

Tints of Venetian Red #E00A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.05%

 BLUE value IS 13 (5.47% from 255) = 5.26%

R = 90.69%
G = 4.05%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E00A0D (or 0xE00A0D) is known color: Venetian Red. HEX triplet: E0, 0A and 0D. RGB value is (224,10,13). Sum of RGB (Red+Green+Blue) = 224+10+13=247 (32% of max value = 765). Red value is 224 (87.89% from 255 or 90.69% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00A0D is #1FF5F2. Grayscale: #4A4A4A. Windows color (decimal): -2094579 or 854752. OLE color: 854752.

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

Color convert

RGB 224 10 13 -
CMYK 0 0.96 0.94 0.12
HSL 359.16º 0.91% 0.46% -
HSV(B) 359.16º 0.96% 0.88% -
XYZ 30.92 16.09 1.86 -
YUV 74.33 93.4 234.76 -
System Red Green Blue C M Y K H S L
Decimal 224 10 13 0 0.96 0.94 0.12 359.16 0.91 0.46
Hex E0 A D 0 60 5E C 167 5B 2E
Octal 340 12 15 0 140 136 14 547 133 56
Binary 11100000 1010 1101 0 1100000 1011110 1100 101100111 1011011 101110

Color Harmonies of #E00A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A0D

Black with #E00A0D

Text Example


Text Example

White with #E00A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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