Html Css Color HEX #E2050D Venetian Red

📋 copy color: '#E2050D'

red 226 ◦ green 5 ◦ blue 13

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

Shades of Venetian Red #E2050D

Tints of Venetian Red #E2050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.05%

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

R = 92.62%
G = 2.05%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2050D (or 0xE2050D) is known color: Venetian Red. HEX triplet: E2, 05 and 0D. RGB value is (226,5,13). Sum of RGB (Red+Green+Blue) = 226+5+13=244 (32% of max value = 765). Red value is 226 (88.67% from 255 or 92.62% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 226 - color contains mainly: red. Hex color #E2050D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2050D is #1DFAF2. Grayscale: #484848. Windows color (decimal): -1964787 or 853474. OLE color: 853474.

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

Color convert

RGB 226 5 13 -
CMYK 0 0.98 0.94 0.11
HSL 357.83º 0.96% 0.45% -
HSV(B) 357.83º 0.98% 0.89% -
XYZ 31.49 16.31 1.87 -
YUV 71.99 94.72 237.85 -
System Red Green Blue C M Y K H S L
Decimal 226 5 13 0 0.98 0.94 0.11 357.83 0.96 0.45
Hex E2 5 D 0 62 5E B 166 60 2D
Octal 342 5 15 0 142 136 13 546 140 55
Binary 11100010 101 1101 0 1100010 1011110 1011 101100110 1100000 101101

Color Harmonies of #E2050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2050D

Black with #E2050D

Text Example


Text Example

White with #E2050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2050D; }

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

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

background-color css

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

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

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

border-color css

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

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

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