Html Css Color HEX #E20A0D Venetian Red

📋 copy color: '#E20A0D'

red 226 ◦ green 10 ◦ blue 13

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

Shades of Venetian Red #E20A0D

Tints of Venetian Red #E20A0D

RGB

 RED value IS 226 (88.67% from 255) = 90.76%

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

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

R = 90.76%
G = 4.02%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E20A0D (or 0xE20A0D) is known color: Venetian Red. HEX triplet: E2, 0A and 0D. RGB value is (226,10,13). Sum of RGB (Red+Green+Blue) = 226+10+13=249 (32% of max value = 765). Red value is 226 (88.67% from 255 or 90.76% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20A0D is #1DF5F2. Grayscale: #4B4B4B. Windows color (decimal): -1963507 or 854754. OLE color: 854754.

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

Color convert

RGB 226 10 13 -
CMYK 0 0.96 0.94 0.11
HSL 359.17º 0.92% 0.46% -
HSV(B) 359.17º 0.96% 0.89% -
XYZ 31.55 16.41 1.89 -
YUV 74.93 93.06 235.76 -
System Red Green Blue C M Y K H S L
Decimal 226 10 13 0 0.96 0.94 0.11 359.17 0.92 0.46
Hex E2 A D 0 60 5E B 167 5C 2E
Octal 342 12 15 0 140 136 13 547 134 56
Binary 11100010 1010 1101 0 1100000 1011110 1011 101100111 1011100 101110

Color Harmonies of #E20A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20A0D

Black with #E20A0D

Text Example


Text Example

White with #E20A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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