Html Css Color HEX #E40615 Venetian Red

📋 copy color: '#E40615'

red 228 ◦ green 6 ◦ blue 21

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

Shades of Venetian Red #E40615

Tints of Venetian Red #E40615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.35%

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

R = 89.41%
G = 2.35%
B = 8.24%

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

#E40615 (or 0xE40615) is known color: Venetian Red. HEX triplet: E4, 06 and 15. RGB value is (228,6,21). Sum of RGB (Red+Green+Blue) = 228+6+21=255 (33% of max value = 765). Red value is 228 (89.45% from 255 or 89.41% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 228 - color contains mainly: red. Hex color #E40615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40615 is #1BF9EA. Grayscale: #4A4A4A. Windows color (decimal): -1833451 or 1378020. OLE color: 1378020.

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

Color convert

RGB 228 6 21 -
CMYK 0 0.97 0.91 0.11
HSL 355.95º 0.95% 0.46% -
HSV(B) 355.95º 0.97% 0.89% -
XYZ 32.2 16.68 2.23 -
YUV 74.09 98.05 237.78 -
System Red Green Blue C M Y K H S L
Decimal 228 6 21 0 0.97 0.91 0.11 355.95 0.95 0.46
Hex E4 6 15 0 61 5B B 164 5F 2E
Octal 344 6 25 0 141 133 13 544 137 56
Binary 11100100 110 10101 0 1100001 1011011 1011 101100100 1011111 101110

Color Harmonies of #E40615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40615

Black with #E40615

Text Example


Text Example

White with #E40615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40615; }

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

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

background-color css

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

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

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

border-color css

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

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

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