Html Css Color HEX #E40206 Venetian Red

📋 copy color: '#E40206'

red 228 ◦ green 2 ◦ blue 6

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

Shades of Venetian Red #E40206

Tints of Venetian Red #E40206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.54%

R = 96.61%
G = 0.85%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E40206 (or 0xE40206) is known color: Venetian Red. HEX triplet: E4, 02 and 06. RGB value is (228,2,6). Sum of RGB (Red+Green+Blue) = 228+2+6=236 (31% of max value = 765). Red value is 228 (89.45% from 255 or 96.61% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 228 - color contains mainly: red. Hex color #E40206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40206 is #1BFDF9. Grayscale: #464646. Windows color (decimal): -1834490 or 393956. OLE color: 393956.

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

Color convert

RGB 228 2 6 -
CMYK 0 0.99 0.97 0.11
HSL 358.94º 0.98% 0.45% -
HSV(B) 358.94º 0.99% 0.89% -
XYZ 32.05 16.55 1.68 -
YUV 70.03 91.87 240.67 -
System Red Green Blue C M Y K H S L
Decimal 228 2 6 0 0.99 0.97 0.11 358.94 0.98 0.45
Hex E4 2 6 0 63 61 B 167 62 2D
Octal 344 2 6 0 143 141 13 547 142 55
Binary 11100100 10 110 0 1100011 1100001 1011 101100111 1100010 101101

Color Harmonies of #E40206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40206

Black with #E40206

Text Example


Text Example

White with #E40206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40206; }

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

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

background-color css

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

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

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

border-color css

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

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

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