Html Css Color HEX #E60512 Venetian Red

📋 copy color: '#E60512'

red 230 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #E60512

Tints of Venetian Red #E60512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

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

R = 90.91%
G = 1.98%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E60512 (or 0xE60512) is known color: Venetian Red. HEX triplet: E6, 05 and 12. RGB value is (230,5,18). Sum of RGB (Red+Green+Blue) = 230+5+18=253 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.91% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 230 - color contains mainly: red. Hex color #E60512 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60512 is #19FAED. Grayscale: #494949. Windows color (decimal): -1702638 or 1181158. OLE color: 1181158.

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

Color convert

RGB 230 5 18 -
CMYK 0 0.98 0.92 0.10
HSL 356.53º 0.96% 0.46% -
HSV(B) 356.53º 0.98% 0.9% -
XYZ 32.8 16.98 2.12 -
YUV 73.76 96.54 239.44 -
System Red Green Blue C M Y K H S L
Decimal 230 5 18 0 0.98 0.92 0.10 356.53 0.96 0.46
Hex E6 5 12 0 62 5C A 165 60 2E
Octal 346 5 22 0 142 134 12 545 140 56
Binary 11100110 101 10010 0 1100010 1011100 1010 101100101 1100000 101110

Color Harmonies of #E60512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60512

Black with #E60512

Text Example


Text Example

White with #E60512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60512; }

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

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

background-color css

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

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

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

border-color css

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

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

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