Html Css Color HEX #E0020D Venetian Red

📋 copy color: '#E0020D'

red 224 ◦ green 2 ◦ blue 13

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

Shades of Venetian Red #E0020D

Tints of Venetian Red #E0020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 93.72%
G = 0.84%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0020D (or 0xE0020D) is known color: Venetian Red. HEX triplet: E0, 02 and 0D. RGB value is (224,2,13). Sum of RGB (Red+Green+Blue) = 224+2+13=239 (31% of max value = 765). Red value is 224 (87.89% from 255 or 93.72% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 224 - color contains mainly: red. Hex color #E0020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0020D is #1FFDF2. Grayscale: #454545. Windows color (decimal): -2096627 or 852704. OLE color: 852704.

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

Color convert

RGB 224 2 13 -
CMYK 0 0.99 0.94 0.12
HSL 357.03º 0.98% 0.44% -
HSV(B) 357.03º 0.99% 0.88% -
XYZ 30.83 15.92 1.83 -
YUV 69.63 96.05 238.11 -
System Red Green Blue C M Y K H S L
Decimal 224 2 13 0 0.99 0.94 0.12 357.03 0.98 0.44
Hex E0 2 D 0 63 5E C 165 62 2C
Octal 340 2 15 0 143 136 14 545 142 54
Binary 11100000 10 1101 0 1100011 1011110 1100 101100101 1100010 101100

Color Harmonies of #E0020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0020D

Black with #E0020D

Text Example


Text Example

White with #E0020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0020D; }

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

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

background-color css

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

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

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

border-color css

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

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

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