Html Css Color HEX #E00D0F Venetian Red

📋 copy color: '#E00D0F'

red 224 ◦ green 13 ◦ blue 15

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

Shades of Venetian Red #E00D0F

Tints of Venetian Red #E00D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.16%

 BLUE value IS 15 (6.25% from 255) = 5.95%

R = 88.89%
G = 5.16%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E00D0F (or 0xE00D0F) is known color: Venetian Red. HEX triplet: E0, 0D and 0F. RGB value is (224,13,15). Sum of RGB (Red+Green+Blue) = 224+13+15=252 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.89% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00D0F is #1FF2F0. Grayscale: #4C4C4C. Windows color (decimal): -2093809 or 986592. OLE color: 986592.

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

Color convert

RGB 224 13 15 -
CMYK 0 0.94 0.93 0.12
HSL 359.43º 0.89% 0.46% -
HSV(B) 359.43º 0.94% 0.88% -
XYZ 30.97 16.17 1.94 -
YUV 76.32 93.4 233.34 -
System Red Green Blue C M Y K H S L
Decimal 224 13 15 0 0.94 0.93 0.12 359.43 0.89 0.46
Hex E0 D F 0 5E 5D C 167 59 2E
Octal 340 15 17 0 136 135 14 547 131 56
Binary 11100000 1101 1111 0 1011110 1011101 1100 101100111 1011001 101110

Color Harmonies of #E00D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00D0F

Black with #E00D0F

Text Example


Text Example

White with #E00D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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