Html Css Color HEX #E00406 Venetian Red

📋 copy color: '#E00406'

red 224 ◦ green 4 ◦ blue 6

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

Shades of Venetian Red #E00406

Tints of Venetian Red #E00406

RGB

 RED value IS 224 (87.89% from 255) = 95.73%

 GREEN value IS 4 (1.95% from 255) = 1.71%

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

R = 95.73%
G = 1.71%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E00406 (or 0xE00406) is known color: Venetian Red. HEX triplet: E0, 04 and 06. RGB value is (224,4,6). Sum of RGB (Red+Green+Blue) = 224+4+6=234 (30% of max value = 765). Red value is 224 (87.89% from 255 or 95.73% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 224 - color contains mainly: red. Hex color #E00406 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00406 is #1FFBF9. Grayscale: #464646. Windows color (decimal): -2096122 or 394464. OLE color: 394464.

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

Color convert

RGB 224 4 6 -
CMYK 0 0.98 0.97 0.12
HSL 359.45º 0.96% 0.45% -
HSV(B) 359.45º 0.98% 0.88% -
XYZ 30.82 15.95 1.63 -
YUV 70.01 91.89 237.84 -
System Red Green Blue C M Y K H S L
Decimal 224 4 6 0 0.98 0.97 0.12 359.45 0.96 0.45
Hex E0 4 6 0 62 61 C 167 60 2D
Octal 340 4 6 0 142 141 14 547 140 55
Binary 11100000 100 110 0 1100010 1100001 1100 101100111 1100000 101101

Color Harmonies of #E00406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00406

Black with #E00406

Text Example


Text Example

White with #E00406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00406; }

 p { color: rgb(224,4,6); }

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

background-color css

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

 a { background-color: rgb(224,4,6); }

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

border-color css

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

 span { border-color: rgb(224,4,6); }

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