Html Css Color HEX #E40208 Venetian Red

📋 copy color: '#E40208'

red 228 ◦ green 2 ◦ blue 8

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

Shades of Venetian Red #E40208

Tints of Venetian Red #E40208

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 8 (3.52% from 255) = 3.36%

R = 95.8%
G = 0.84%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E40208 (or 0xE40208) is known color: Venetian Red. HEX triplet: E4, 02 and 08. RGB value is (228,2,8). Sum of RGB (Red+Green+Blue) = 228+2+8=238 (31% of max value = 765). Red value is 228 (89.45% from 255 or 95.80% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 228 - color contains mainly: red. Hex color #E40208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40208 is #1BFDF7. Grayscale: #464646. Windows color (decimal): -1834488 or 525028. OLE color: 525028.

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

Color convert

RGB 228 2 8 -
CMYK 0 0.99 0.96 0.11
HSL 358.41º 0.98% 0.45% -
HSV(B) 358.41º 0.99% 0.89% -
XYZ 32.06 16.55 1.74 -
YUV 70.26 92.87 240.51 -
System Red Green Blue C M Y K H S L
Decimal 228 2 8 0 0.99 0.96 0.11 358.41 0.98 0.45
Hex E4 2 8 0 63 60 B 166 62 2D
Octal 344 2 10 0 143 140 13 546 142 55
Binary 11100100 10 1000 0 1100011 1100000 1011 101100110 1100010 101101

Color Harmonies of #E40208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40208

Black with #E40208

Text Example


Text Example

White with #E40208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40208; }

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

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

background-color css

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

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

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

border-color css

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

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

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