Html Css Color HEX #E60812 Venetian Red

📋 copy color: '#E60812'

red 230 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #E60812

Tints of Venetian Red #E60812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

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

R = 89.84%
G = 3.13%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E60812 (or 0xE60812) is known color: Venetian Red. HEX triplet: E6, 08 and 12. RGB value is (230,8,18). Sum of RGB (Red+Green+Blue) = 230+8+18=256 (33% of max value = 765). Red value is 230 (90.23% from 255 or 89.84% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 230 - color contains mainly: red. Hex color #E60812 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60812 is #19F7ED. Grayscale: #4B4B4B. Windows color (decimal): -1701870 or 1181926. OLE color: 1181926.

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

Color convert

RGB 230 8 18 -
CMYK 0 0.97 0.92 0.10
HSL 357.3º 0.93% 0.47% -
HSV(B) 357.3º 0.97% 0.9% -
XYZ 32.83 17.04 2.13 -
YUV 75.52 95.55 238.19 -
System Red Green Blue C M Y K H S L
Decimal 230 8 18 0 0.97 0.92 0.10 357.3 0.93 0.47
Hex E6 8 12 0 61 5C A 165 5D 2F
Octal 346 10 22 0 141 134 12 545 135 57
Binary 11100110 1000 10010 0 1100001 1011100 1010 101100101 1011101 101111

Color Harmonies of #E60812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60812

Black with #E60812

Text Example


Text Example

White with #E60812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60812; }

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

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

background-color css

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

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

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

border-color css

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

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

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