Html Css Color HEX #E60211 Venetian Red

📋 copy color: '#E60211'

red 230 ◦ green 2 ◦ blue 17

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

Shades of Venetian Red #E60211

Tints of Venetian Red #E60211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.83%

R = 92.37%
G = 0.8%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E60211 (or 0xE60211) is known color: Venetian Red. HEX triplet: E6, 02 and 11. RGB value is (230,2,17). Sum of RGB (Red+Green+Blue) = 230+2+17=249 (32% of max value = 765). Red value is 230 (90.23% from 255 or 92.37% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 230 - color contains mainly: red. Hex color #E60211 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60211 is #19FDEE. Grayscale: #484848. Windows color (decimal): -1703407 or 1114854. OLE color: 1114854.

HSL color Cylindrical-coordinate representation of color #E60211: hue angle of 356.05º 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 #E60211 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 2 17 -
CMYK 0 0.99 0.93 0.10
HSL 356.05º 0.98% 0.45% -
HSV(B) 356.05º 0.99% 0.9% -
XYZ 32.76 16.91 2.07 -
YUV 71.88 97.04 240.78 -
System Red Green Blue C M Y K H S L
Decimal 230 2 17 0 0.99 0.93 0.10 356.05 0.98 0.45
Hex E6 2 11 0 63 5D A 164 62 2D
Octal 346 2 21 0 143 135 12 544 142 55
Binary 11100110 10 10001 0 1100011 1011101 1010 101100100 1100010 101101

Color Harmonies of #E60211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60211

Black with #E60211

Text Example


Text Example

White with #E60211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60211; }

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

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

background-color css

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

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

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

border-color css

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

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

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