Html Css Color HEX #E40217 Venetian Red

📋 copy color: '#E40217'

red 228 ◦ green 2 ◦ blue 23

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

Shades of Venetian Red #E40217

Tints of Venetian Red #E40217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.09%

R = 90.12%
G = 0.79%
B = 9.09%

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

#E40217 (or 0xE40217) is known color: Venetian Red. HEX triplet: E4, 02 and 17. RGB value is (228,2,23). Sum of RGB (Red+Green+Blue) = 228+2+23=253 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.12% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 228 - color contains mainly: red. Hex color #E40217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40217 is #1BFDE8. Grayscale: #484848. Windows color (decimal): -1834473 or 1508068. OLE color: 1508068.

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

Color convert

RGB 228 2 23 -
CMYK 0 0.99 0.90 0.11
HSL 354.42º 0.98% 0.45% -
HSV(B) 354.42º 0.99% 0.89% -
XYZ 32.17 16.6 2.32 -
YUV 71.97 100.37 239.29 -
System Red Green Blue C M Y K H S L
Decimal 228 2 23 0 0.99 0.90 0.11 354.42 0.98 0.45
Hex E4 2 17 0 63 5A B 162 62 2D
Octal 344 2 27 0 143 132 13 542 142 55
Binary 11100100 10 10111 0 1100011 1011010 1011 101100010 1100010 101101

Color Harmonies of #E40217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40217

Black with #E40217

Text Example


Text Example

White with #E40217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40217; }

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

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

background-color css

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

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

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

border-color css

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

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

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