Html Css Color HEX #E4050D Venetian Red

📋 copy color: '#E4050D'

red 228 ◦ green 5 ◦ blue 13

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

Shades of Venetian Red #E4050D

Tints of Venetian Red #E4050D

RGB

 RED value IS 228 (89.45% from 255) = 92.68%

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

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

R = 92.68%
G = 2.03%
B = 5.28%

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

#E4050D (or 0xE4050D) is known color: Venetian Red. HEX triplet: E4, 05 and 0D. RGB value is (228,5,13). Sum of RGB (Red+Green+Blue) = 228+5+13=246 (32% of max value = 765). Red value is 228 (89.45% from 255 or 92.68% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 228 - color contains mainly: red. Hex color #E4050D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4050D is #1BFAF2. Grayscale: #484848. Windows color (decimal): -1833715 or 853476. OLE color: 853476.

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

Color convert

RGB 228 5 13 -
CMYK 0 0.98 0.94 0.11
HSL 357.85º 0.96% 0.46% -
HSV(B) 357.85º 0.98% 0.89% -
XYZ 32.12 16.63 1.9 -
YUV 72.59 94.38 238.85 -
System Red Green Blue C M Y K H S L
Decimal 228 5 13 0 0.98 0.94 0.11 357.85 0.96 0.46
Hex E4 5 D 0 62 5E B 166 60 2E
Octal 344 5 15 0 142 136 13 546 140 56
Binary 11100100 101 1101 0 1100010 1011110 1011 101100110 1100000 101110

Color Harmonies of #E4050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4050D

Black with #E4050D

Text Example


Text Example

White with #E4050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4050D; }

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

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

background-color css

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

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

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

border-color css

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

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

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