Html Css Color HEX #E40102 Venetian Red

📋 copy color: '#E40102'

red 228 ◦ green 1 ◦ blue 2

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

Shades of Venetian Red #E40102

Tints of Venetian Red #E40102

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 98.7%
G = 0.43%
B = 0.87%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E40102 (or 0xE40102) is known color: Venetian Red. HEX triplet: E4, 01 and 02. RGB value is (228,1,2). Sum of RGB (Red+Green+Blue) = 228+1+2=231 (30% of max value = 765). Red value is 228 (89.45% from 255 or 98.70% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 228 - color contains mainly: red. Hex color #E40102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40102 is #1BFEFD. Grayscale: #454545. Windows color (decimal): -1834750 or 131556. OLE color: 131556.

HSL color Cylindrical-coordinate representation of color #E40102: hue angle of 359.74º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40102 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 1 2 -
CMYK 0 1.00 0.99 0.11
HSL 359.74º 0.99% 0.45% -
HSV(B) 359.74º 1% 0.89% -
XYZ 32.02 16.52 1.56 -
YUV 68.99 90.21 241.42 -
System Red Green Blue C M Y K H S L
Decimal 228 1 2 0 1.00 0.99 0.11 359.74 0.99 0.45
Hex E4 1 2 0 64 63 B 168 63 2D
Octal 344 1 2 0 144 143 13 550 143 55
Binary 11100100 1 10 0 1100100 1100011 1011 101101000 1100011 101101

Color Harmonies of #E40102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40102

Black with #E40102

Text Example


Text Example

White with #E40102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40102; }

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

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

background-color css

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

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

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

border-color css

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

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

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