Html Css Color HEX #E60910 Venetian Red

📋 copy color: '#E60910'

red 230 ◦ green 9 ◦ blue 16

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

Shades of Venetian Red #E60910

Tints of Venetian Red #E60910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.53%

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

R = 90.2%
G = 3.53%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E60910 (or 0xE60910) is known color: Venetian Red. HEX triplet: E6, 09 and 10. RGB value is (230,9,16). Sum of RGB (Red+Green+Blue) = 230+9+16=255 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.20% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 230 - color contains mainly: red. Hex color #E60910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60910 is #19F6EF. Grayscale: #4C4C4C. Windows color (decimal): -1701616 or 1051110. OLE color: 1051110.

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

Color convert

RGB 230 9 16 -
CMYK 0 0.96 0.93 0.10
HSL 358.1º 0.92% 0.47% -
HSV(B) 358.1º 0.96% 0.9% -
XYZ 32.82 17.06 2.05 -
YUV 75.88 94.22 237.93 -
System Red Green Blue C M Y K H S L
Decimal 230 9 16 0 0.96 0.93 0.10 358.1 0.92 0.47
Hex E6 9 10 0 60 5D A 166 5C 2F
Octal 346 11 20 0 140 135 12 546 134 57
Binary 11100110 1001 10000 0 1100000 1011101 1010 101100110 1011100 101111

Color Harmonies of #E60910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60910

Black with #E60910

Text Example


Text Example

White with #E60910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60910; }

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

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

background-color css

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

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

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

border-color css

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

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

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