Html Css Color HEX #E60216 Venetian Red

📋 copy color: '#E60216'

red 230 ◦ green 2 ◦ blue 22

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

Shades of Venetian Red #E60216

Tints of Venetian Red #E60216

RGB

 RED value IS 230 (90.23% from 255) = 90.55%

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

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

R = 90.55%
G = 0.79%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E60216 (or 0xE60216) is known color: Venetian Red. HEX triplet: E6, 02 and 16. RGB value is (230,2,22). Sum of RGB (Red+Green+Blue) = 230+2+22=254 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.55% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 230 - color contains mainly: red. Hex color #E60216 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60216 is #19FDE9. Grayscale: #484848. Windows color (decimal): -1703402 or 1442534. OLE color: 1442534.

HSL color Cylindrical-coordinate representation of color #E60216: hue angle of 354.74º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60216 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 2 22 -
CMYK 0 0.99 0.90 0.10
HSL 354.74º 0.98% 0.45% -
HSV(B) 354.74º 0.99% 0.9% -
XYZ 32.8 16.92 2.3 -
YUV 72.45 99.54 240.37 -
System Red Green Blue C M Y K H S L
Decimal 230 2 22 0 0.99 0.90 0.10 354.74 0.98 0.45
Hex E6 2 16 0 63 5A A 163 62 2D
Octal 346 2 26 0 143 132 12 543 142 55
Binary 11100110 10 10110 0 1100011 1011010 1010 101100011 1100010 101101

Color Harmonies of #E60216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60216

Black with #E60216

Text Example


Text Example

White with #E60216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60216; }

 p { color: rgb(230,2,22); }

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

background-color css

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

 a { background-color: rgb(230,2,22); }

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

border-color css

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

 span { border-color: rgb(230,2,22); }

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