Html Css Color HEX #E40613 Venetian Red

📋 copy color: '#E40613'

red 228 ◦ green 6 ◦ blue 19

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

Shades of Venetian Red #E40613

Tints of Venetian Red #E40613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.51%

R = 90.12%
G = 2.37%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E40613 (or 0xE40613) is known color: Venetian Red. HEX triplet: E4, 06 and 13. RGB value is (228,6,19). Sum of RGB (Red+Green+Blue) = 228+6+19=253 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.12% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 228 - color contains mainly: red. Hex color #E40613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40613 is #1BF9EC. Grayscale: #4A4A4A. Windows color (decimal): -1833453 or 1246948. OLE color: 1246948.

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

Color convert

RGB 228 6 19 -
CMYK 0 0.97 0.92 0.11
HSL 356.49º 0.95% 0.46% -
HSV(B) 356.49º 0.97% 0.89% -
XYZ 32.18 16.67 2.14 -
YUV 73.86 97.05 237.94 -
System Red Green Blue C M Y K H S L
Decimal 228 6 19 0 0.97 0.92 0.11 356.49 0.95 0.46
Hex E4 6 13 0 61 5C B 164 5F 2E
Octal 344 6 23 0 141 134 13 544 137 56
Binary 11100100 110 10011 0 1100001 1011100 1011 101100100 1011111 101110

Color Harmonies of #E40613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40613

Black with #E40613

Text Example


Text Example

White with #E40613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40613; }

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

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

background-color css

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

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

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

border-color css

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

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

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