Html Css Color HEX #E0080D Venetian Red

📋 copy color: '#E0080D'

red 224 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #E0080D

Tints of Venetian Red #E0080D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.27%

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

R = 91.43%
G = 3.27%
B = 5.31%

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

#E0080D (or 0xE0080D) is known color: Venetian Red. HEX triplet: E0, 08 and 0D. RGB value is (224,8,13). Sum of RGB (Red+Green+Blue) = 224+8+13=245 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.43% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 224 - color contains mainly: red. Hex color #E0080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0080D is #1FF7F2. Grayscale: #494949. Windows color (decimal): -2095091 or 854240. OLE color: 854240.

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

Color convert

RGB 224 8 13 -
CMYK 0 0.96 0.94 0.12
HSL 358.61º 0.93% 0.45% -
HSV(B) 358.61º 0.96% 0.88% -
XYZ 30.9 16.05 1.85 -
YUV 73.15 94.06 235.59 -
System Red Green Blue C M Y K H S L
Decimal 224 8 13 0 0.96 0.94 0.12 358.61 0.93 0.45
Hex E0 8 D 0 60 5E C 167 5D 2D
Octal 340 10 15 0 140 136 14 547 135 55
Binary 11100000 1000 1101 0 1100000 1011110 1100 101100111 1011101 101101

Color Harmonies of #E0080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0080D

Black with #E0080D

Text Example


Text Example

White with #E0080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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