Html Css Color HEX #E40216 Venetian Red

📋 copy color: '#E40216'

red 228 ◦ green 2 ◦ blue 22

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

Shades of Venetian Red #E40216

Tints of Venetian Red #E40216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 90.48%
G = 0.79%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E40216 (or 0xE40216) is known color: Venetian Red. HEX triplet: E4, 02 and 16. RGB value is (228,2,22). Sum of RGB (Red+Green+Blue) = 228+2+22=252 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.48% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 228 - color contains mainly: red. Hex color #E40216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40216 is #1BFDE9. Grayscale: #484848. Windows color (decimal): -1834474 or 1442532. OLE color: 1442532.

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

Color convert

RGB 228 2 22 -
CMYK 0 0.99 0.90 0.11
HSL 354.69º 0.98% 0.45% -
HSV(B) 354.69º 0.99% 0.89% -
XYZ 32.16 16.6 2.27 -
YUV 71.85 99.87 239.37 -
System Red Green Blue C M Y K H S L
Decimal 228 2 22 0 0.99 0.90 0.11 354.69 0.98 0.45
Hex E4 2 16 0 63 5A B 163 62 2D
Octal 344 2 26 0 143 132 13 543 142 55
Binary 11100100 10 10110 0 1100011 1011010 1011 101100011 1100010 101101

Color Harmonies of #E40216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40216

Black with #E40216

Text Example


Text Example

White with #E40216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40216; }

 p { color: rgb(228,2,22); }

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

background-color css

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

 a { background-color: rgb(228,2,22); }

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

border-color css

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

 span { border-color: rgb(228,2,22); }

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