Html Css Color HEX #E00608 Venetian Red

📋 copy color: '#E00608'

red 224 ◦ green 6 ◦ blue 8

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

Shades of Venetian Red #E00608

Tints of Venetian Red #E00608

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.52%

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

R = 94.12%
G = 2.52%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E00608 (or 0xE00608) is known color: Venetian Red. HEX triplet: E0, 06 and 08. RGB value is (224,6,8). Sum of RGB (Red+Green+Blue) = 224+6+8=238 (31% of max value = 765). Red value is 224 (87.89% from 255 or 94.12% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 224 - color contains mainly: red. Hex color #E00608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00608 is #1FF9F7. Grayscale: #474747. Windows color (decimal): -2095608 or 526048. OLE color: 526048.

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

Color convert

RGB 224 6 8 -
CMYK 0 0.97 0.96 0.12
HSL 359.45º 0.95% 0.45% -
HSV(B) 359.45º 0.97% 0.88% -
XYZ 30.85 16 1.69 -
YUV 71.41 92.22 236.84 -
System Red Green Blue C M Y K H S L
Decimal 224 6 8 0 0.97 0.96 0.12 359.45 0.95 0.45
Hex E0 6 8 0 61 60 C 167 5F 2D
Octal 340 6 10 0 141 140 14 547 137 55
Binary 11100000 110 1000 0 1100001 1100000 1100 101100111 1011111 101101

Color Harmonies of #E00608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00608

Black with #E00608

Text Example


Text Example

White with #E00608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00608; }

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

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

background-color css

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

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

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

border-color css

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

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

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