Html Css Color HEX #E60517 Venetian Red

📋 copy color: '#E60517'

red 230 ◦ green 5 ◦ blue 23

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

Shades of Venetian Red #E60517

Tints of Venetian Red #E60517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.91%

R = 89.15%
G = 1.94%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.9

 K value IS 0.10

RGB Variations

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

Color information

#E60517 (or 0xE60517) is known color: Venetian Red. HEX triplet: E6, 05 and 17. RGB value is (230,5,23). Sum of RGB (Red+Green+Blue) = 230+5+23=258 (34% of max value = 765). Red value is 230 (90.23% from 255 or 89.15% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 230 - color contains mainly: red. Hex color #E60517 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60517 is #19FAE8. Grayscale: #4A4A4A. Windows color (decimal): -1702633 or 1508838. OLE color: 1508838.

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

Color convert

RGB 230 5 23 -
CMYK 0 0.98 0.9 0.10
HSL 355.2º 0.96% 0.46% -
HSV(B) 355.2º 0.98% 0.9% -
XYZ 32.84 16.99 2.36 -
YUV 74.33 99.04 239.04 -
System Red Green Blue C M Y K H S L
Decimal 230 5 23 0 0.98 0.9 0.10 355.2 0.96 0.46
Hex E6 5 17 0 62 5A A 163 60 2E
Octal 346 5 27 0 142 132 12 543 140 56
Binary 11100110 101 10111 0 1100010 1011010 1010 101100011 1100000 101110

Color Harmonies of #E60517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60517

Black with #E60517

Text Example


Text Example

White with #E60517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60517; }

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

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

background-color css

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

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

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

border-color css

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

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

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