Html Css Color HEX #E60414 Venetian Red

📋 copy color: '#E60414'

red 230 ◦ green 4 ◦ blue 20

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

Shades of Venetian Red #E60414

Tints of Venetian Red #E60414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 90.55%
G = 1.57%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E60414 (or 0xE60414) is known color: Venetian Red. HEX triplet: E6, 04 and 14. RGB value is (230,4,20). Sum of RGB (Red+Green+Blue) = 230+4+20=254 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.55% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 230 - color contains mainly: red. Hex color #E60414 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60414 is #19FBEB. Grayscale: #494949. Windows color (decimal): -1702892 or 1311974. OLE color: 1311974.

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

Color convert

RGB 230 4 20 -
CMYK 0 0.98 0.91 0.10
HSL 355.75º 0.97% 0.46% -
HSV(B) 355.75º 0.98% 0.9% -
XYZ 32.8 16.96 2.21 -
YUV 73.4 97.87 239.7 -
System Red Green Blue C M Y K H S L
Decimal 230 4 20 0 0.98 0.91 0.10 355.75 0.97 0.46
Hex E6 4 14 0 62 5B A 164 61 2E
Octal 346 4 24 0 142 133 12 544 141 56
Binary 11100110 100 10100 0 1100010 1011011 1010 101100100 1100001 101110

Color Harmonies of #E60414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60414

Black with #E60414

Text Example


Text Example

White with #E60414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60414; }

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

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

background-color css

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

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

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

border-color css

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

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

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