Html Css Color HEX #E60312 Venetian Red

📋 copy color: '#E60312'

red 230 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #E60312

Tints of Venetian Red #E60312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 91.63%
G = 1.2%
B = 7.17%

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

#E60312 (or 0xE60312) is known color: Venetian Red. HEX triplet: E6, 03 and 12. RGB value is (230,3,18). Sum of RGB (Red+Green+Blue) = 230+3+18=251 (33% of max value = 765). Red value is 230 (90.23% from 255 or 91.63% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 230 - color contains mainly: red. Hex color #E60312 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60312 is #19FCED. Grayscale: #484848. Windows color (decimal): -1703150 or 1180646. OLE color: 1180646.

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

Color convert

RGB 230 3 18 -
CMYK 0 0.99 0.92 0.10
HSL 356.04º 0.97% 0.46% -
HSV(B) 356.04º 0.99% 0.9% -
XYZ 32.77 16.93 2.11 -
YUV 72.58 97.21 240.28 -
System Red Green Blue C M Y K H S L
Decimal 230 3 18 0 0.99 0.92 0.10 356.04 0.97 0.46
Hex E6 3 12 0 63 5C A 164 61 2E
Octal 346 3 22 0 143 134 12 544 141 56
Binary 11100110 11 10010 0 1100011 1011100 1010 101100100 1100001 101110

Color Harmonies of #E60312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60312

Black with #E60312

Text Example


Text Example

White with #E60312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60312; }

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

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

background-color css

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

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

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

border-color css

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

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

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