Html Css Color HEX #E60210 Venetian Red

📋 copy color: '#E60210'

red 230 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #E60210

Tints of Venetian Red #E60210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.45%

R = 92.74%
G = 0.81%
B = 6.45%

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

#E60210 (or 0xE60210) is known color: Venetian Red. HEX triplet: E6, 02 and 10. RGB value is (230,2,16). Sum of RGB (Red+Green+Blue) = 230+2+16=248 (32% of max value = 765). Red value is 230 (90.23% from 255 or 92.74% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 230 - color contains mainly: red. Hex color #E60210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60210 is #19FDEF. Grayscale: #474747. Windows color (decimal): -1703408 or 1049318. OLE color: 1049318.

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

Color convert

RGB 230 2 16 -
CMYK 0 0.99 0.93 0.10
HSL 356.32º 0.98% 0.45% -
HSV(B) 356.32º 0.99% 0.9% -
XYZ 32.75 16.9 2.03 -
YUV 71.77 96.54 240.86 -
System Red Green Blue C M Y K H S L
Decimal 230 2 16 0 0.99 0.93 0.10 356.32 0.98 0.45
Hex E6 2 10 0 63 5D A 164 62 2D
Octal 346 2 20 0 143 135 12 544 142 55
Binary 11100110 10 10000 0 1100011 1011101 1010 101100100 1100010 101101

Color Harmonies of #E60210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60210

Black with #E60210

Text Example


Text Example

White with #E60210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60210; }

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

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

background-color css

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

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

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

border-color css

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

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

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