Html Css Color HEX #E40006 Venetian Red

📋 copy color: '#E40006'

red 228 ◦ green 0 ◦ blue 6

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

Shades of Venetian Red #E40006

Tints of Venetian Red #E40006

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 97.44%
G = 0%
B = 2.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E40006 (or 0xE40006) is known color: Venetian Red. HEX triplet: E4, 00 and 06. RGB value is (228,0,6). Sum of RGB (Red+Green+Blue) = 228+0+6=234 (30% of max value = 765). Red value is 228 (89.45% from 255 or 97.44% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 228 - color contains mainly: red. Hex color #E40006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40006 is #1BFFF9. Grayscale: #454545. Windows color (decimal): -1835002 or 393444. OLE color: 393444.

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

Color convert

RGB 228 0 6 -
CMYK 0 1 0.97 0.11
HSL 358.42º 1% 0.45% -
HSV(B) 358.42º 1% 0.89% -
XYZ 32.03 16.51 1.67 -
YUV 68.86 92.54 241.51 -
System Red Green Blue C M Y K H S L
Decimal 228 0 6 0 1 0.97 0.11 358.42 1 0.45
Hex E4 0 6 0 64 61 B 166 64 2D
Octal 344 0 6 0 144 141 13 546 144 55
Binary 11100100 0 110 0 1100100 1100001 1011 101100110 1100100 101101

Color Harmonies of #E40006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40006

Black with #E40006

Text Example


Text Example

White with #E40006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40006; }

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

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

background-color css

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

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

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

border-color css

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

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

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