Html Css Color HEX #E40212 Venetian Red

📋 copy color: '#E40212'

red 228 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #E40212

Tints of Venetian Red #E40212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 91.94%
G = 0.81%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E40212 (or 0xE40212) is known color: Venetian Red. HEX triplet: E4, 02 and 12. RGB value is (228,2,18). Sum of RGB (Red+Green+Blue) = 228+2+18=248 (32% of max value = 765). Red value is 228 (89.45% from 255 or 91.94% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 228 - color contains mainly: red. Hex color #E40212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40212 is #1BFDED. Grayscale: #474747. Windows color (decimal): -1834478 or 1180388. OLE color: 1180388.

HSL color Cylindrical-coordinate representation of color #E40212: hue angle of 355.75º 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 #E40212 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 2 18 -
CMYK 0 0.99 0.92 0.11
HSL 355.75º 0.98% 0.45% -
HSV(B) 355.75º 0.99% 0.89% -
XYZ 32.13 16.58 2.08 -
YUV 71.4 97.87 239.7 -
System Red Green Blue C M Y K H S L
Decimal 228 2 18 0 0.99 0.92 0.11 355.75 0.98 0.45
Hex E4 2 12 0 63 5C B 164 62 2D
Octal 344 2 22 0 143 134 13 544 142 55
Binary 11100100 10 10010 0 1100011 1011100 1011 101100100 1100010 101101

Color Harmonies of #E40212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40212

Black with #E40212

Text Example


Text Example

White with #E40212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40212; }

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

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

background-color css

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

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

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

border-color css

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

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

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