Html Css Color HEX #E00616 Venetian Red

📋 copy color: '#E00616'

red 224 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #E00616

Tints of Venetian Red #E00616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 88.89%
G = 2.38%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E00616 (or 0xE00616) is known color: Venetian Red. HEX triplet: E0, 06 and 16. RGB value is (224,6,22). Sum of RGB (Red+Green+Blue) = 224+6+22=252 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.89% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 224 - color contains mainly: red. Hex color #E00616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00616 is #1FF9E9. Grayscale: #494949. Windows color (decimal): -2095594 or 1443552. OLE color: 1443552.

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

Color convert

RGB 224 6 22 -
CMYK 0 0.97 0.90 0.12
HSL 355.6º 0.95% 0.45% -
HSV(B) 355.6º 0.97% 0.88% -
XYZ 30.95 16.04 2.22 -
YUV 73.01 99.22 235.7 -
System Red Green Blue C M Y K H S L
Decimal 224 6 22 0 0.97 0.90 0.12 355.6 0.95 0.45
Hex E0 6 16 0 61 5A C 164 5F 2D
Octal 340 6 26 0 141 132 14 544 137 55
Binary 11100000 110 10110 0 1100001 1011010 1100 101100100 1011111 101101

Color Harmonies of #E00616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00616

Black with #E00616

Text Example


Text Example

White with #E00616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00616; }

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

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

background-color css

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

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

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

border-color css

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

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

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