Html Css Color HEX #E40214 Venetian Red

📋 copy color: '#E40214'

red 228 ◦ green 2 ◦ blue 20

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

Shades of Venetian Red #E40214

Tints of Venetian Red #E40214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8%

R = 91.2%
G = 0.8%
B = 8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E40214 (or 0xE40214) is known color: Venetian Red. HEX triplet: E4, 02 and 14. RGB value is (228,2,20). Sum of RGB (Red+Green+Blue) = 228+2+20=250 (33% of max value = 765). Red value is 228 (89.45% from 255 or 91.2% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 228 - color contains mainly: red. Hex color #E40214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40214 is #1BFDEB. Grayscale: #474747. Windows color (decimal): -1834476 or 1311460. OLE color: 1311460.

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

Color convert

RGB 228 2 20 -
CMYK 0 0.99 0.91 0.11
HSL 355.22º 0.98% 0.45% -
HSV(B) 355.22º 0.99% 0.89% -
XYZ 32.14 16.59 2.17 -
YUV 71.63 98.87 239.54 -
System Red Green Blue C M Y K H S L
Decimal 228 2 20 0 0.99 0.91 0.11 355.22 0.98 0.45
Hex E4 2 14 0 63 5B B 163 62 2D
Octal 344 2 24 0 143 133 13 543 142 55
Binary 11100100 10 10100 0 1100011 1011011 1011 101100011 1100010 101101

Color Harmonies of #E40214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40214

Black with #E40214

Text Example


Text Example

White with #E40214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40214; }

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

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

background-color css

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

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

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

border-color css

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

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

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