Html Css Color HEX #E60814 Venetian Red

📋 copy color: '#E60814'

red 230 ◦ green 8 ◦ blue 20

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

Shades of Venetian Red #E60814

Tints of Venetian Red #E60814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.75%

R = 89.15%
G = 3.1%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E60814 (or 0xE60814) is known color: Venetian Red. HEX triplet: E6, 08 and 14. RGB value is (230,8,20). Sum of RGB (Red+Green+Blue) = 230+8+20=258 (34% of max value = 765). Red value is 230 (90.23% from 255 or 89.15% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 230 - color contains mainly: red. Hex color #E60814 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60814 is #19F7EB. Grayscale: #4B4B4B. Windows color (decimal): -1701868 or 1312998. OLE color: 1312998.

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

Color convert

RGB 230 8 20 -
CMYK 0 0.97 0.91 0.10
HSL 356.76º 0.93% 0.47% -
HSV(B) 356.76º 0.97% 0.9% -
XYZ 32.85 17.05 2.22 -
YUV 75.75 96.55 238.02 -
System Red Green Blue C M Y K H S L
Decimal 230 8 20 0 0.97 0.91 0.10 356.76 0.93 0.47
Hex E6 8 14 0 61 5B A 165 5D 2F
Octal 346 10 24 0 141 133 12 545 135 57
Binary 11100110 1000 10100 0 1100001 1011011 1010 101100101 1011101 101111

Color Harmonies of #E60814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60814

Black with #E60814

Text Example


Text Example

White with #E60814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60814; }

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

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

background-color css

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

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

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

border-color css

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

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

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