Html Css Color HEX #E40510 Venetian Red

📋 copy color: '#E40510'

red 228 ◦ green 5 ◦ blue 16

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

Shades of Venetian Red #E40510

Tints of Venetian Red #E40510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.01%

 BLUE value IS 16 (6.64% from 255) = 6.43%

R = 91.57%
G = 2.01%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E40510 (or 0xE40510) is known color: Venetian Red. HEX triplet: E4, 05 and 10. RGB value is (228,5,16). Sum of RGB (Red+Green+Blue) = 228+5+16=249 (32% of max value = 765). Red value is 228 (89.45% from 255 or 91.57% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 228 - color contains mainly: red. Hex color #E40510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40510 is #1BFAEF. Grayscale: #494949. Windows color (decimal): -1833712 or 1050084. OLE color: 1050084.

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

Color convert

RGB 228 5 16 -
CMYK 0 0.98 0.93 0.11
HSL 357.04º 0.96% 0.46% -
HSV(B) 357.04º 0.98% 0.89% -
XYZ 32.14 16.64 2.01 -
YUV 72.93 95.88 238.61 -
System Red Green Blue C M Y K H S L
Decimal 228 5 16 0 0.98 0.93 0.11 357.04 0.96 0.46
Hex E4 5 10 0 62 5D B 165 60 2E
Octal 344 5 20 0 142 135 13 545 140 56
Binary 11100100 101 10000 0 1100010 1011101 1011 101100101 1100000 101110

Color Harmonies of #E40510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40510

Black with #E40510

Text Example


Text Example

White with #E40510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40510; }

 p { color: rgb(228,5,16); }

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

background-color css

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

 a { background-color: rgb(228,5,16); }

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

border-color css

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

 span { border-color: rgb(228,5,16); }

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