Html Css Color HEX #E40715 Venetian Red

📋 copy color: '#E40715'

red 228 ◦ green 7 ◦ blue 21

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

Shades of Venetian Red #E40715

Tints of Venetian Red #E40715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

 BLUE value IS 21 (8.59% from 255) = 8.2%

R = 89.06%
G = 2.73%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E40715 (or 0xE40715) is known color: Venetian Red. HEX triplet: E4, 07 and 15. RGB value is (228,7,21). Sum of RGB (Red+Green+Blue) = 228+7+21=256 (33% of max value = 765). Red value is 228 (89.45% from 255 or 89.06% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 228 - color contains mainly: red. Hex color #E40715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40715 is #1BF8EA. Grayscale: #4A4A4A. Windows color (decimal): -1833195 or 1378276. OLE color: 1378276.

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

Color convert

RGB 228 7 21 -
CMYK 0 0.97 0.91 0.11
HSL 356.2º 0.94% 0.46% -
HSV(B) 356.2º 0.97% 0.89% -
XYZ 32.21 16.7 2.24 -
YUV 74.68 97.72 237.36 -
System Red Green Blue C M Y K H S L
Decimal 228 7 21 0 0.97 0.91 0.11 356.2 0.94 0.46
Hex E4 7 15 0 61 5B B 164 5E 2E
Octal 344 7 25 0 141 133 13 544 136 56
Binary 11100100 111 10101 0 1100001 1011011 1011 101100100 1011110 101110

Color Harmonies of #E40715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40715

Black with #E40715

Text Example


Text Example

White with #E40715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40715; }

 p { color: rgb(228,7,21); }

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

background-color css

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

 a { background-color: rgb(228,7,21); }

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

border-color css

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

 span { border-color: rgb(228,7,21); }

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