Html Css Color HEX #E60212 Venetian Red

📋 copy color: '#E60212'

red 230 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #E60212

Tints of Venetian Red #E60212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 92%
G = 0.8%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E60212 (or 0xE60212) is known color: Venetian Red. HEX triplet: E6, 02 and 12. RGB value is (230,2,18). Sum of RGB (Red+Green+Blue) = 230+2+18=250 (33% of max value = 765). Red value is 230 (90.23% from 255 or 92% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 230 - color contains mainly: red. Hex color #E60212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60212 is #19FDED. Grayscale: #484848. Windows color (decimal): -1703406 or 1180390. OLE color: 1180390.

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

Color convert

RGB 230 2 18 -
CMYK 0 0.99 0.92 0.10
HSL 355.79º 0.98% 0.45% -
HSV(B) 355.79º 0.99% 0.9% -
XYZ 32.76 16.91 2.11 -
YUV 72 97.54 240.7 -
System Red Green Blue C M Y K H S L
Decimal 230 2 18 0 0.99 0.92 0.10 355.79 0.98 0.45
Hex E6 2 12 0 63 5C A 164 62 2D
Octal 346 2 22 0 143 134 12 544 142 55
Binary 11100110 10 10010 0 1100011 1011100 1010 101100100 1100010 101101

Color Harmonies of #E60212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60212

Black with #E60212

Text Example


Text Example

White with #E60212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60212; }

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

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

background-color css

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

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

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

border-color css

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

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

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