Html Css Color HEX #E60004 Venetian Red

📋 copy color: '#E60004'

red 230 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #E60004

Tints of Venetian Red #E60004

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 4 (1.95% from 255) = 1.71%

R = 98.29%
G = 0%
B = 1.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E60004 (or 0xE60004) is known color: Venetian Red. HEX triplet: E6, 00 and 04. RGB value is (230,0,4). Sum of RGB (Red+Green+Blue) = 230+0+4=234 (30% of max value = 765). Red value is 230 (90.23% from 255 or 98.29% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 230 - color contains mainly: red. Hex color #E60004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60004 is #19FFFB. Grayscale: #454545. Windows color (decimal): -1703932 or 262374. OLE color: 262374.

HSL color Cylindrical-coordinate representation of color #E60004: hue angle of 358.96º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 0 4 -
CMYK 0 1 0.98 0.10
HSL 358.96º 1% 0.45% -
HSV(B) 358.96º 1% 0.9% -
XYZ 32.66 16.83 1.64 -
YUV 69.23 91.2 242.67 -
System Red Green Blue C M Y K H S L
Decimal 230 0 4 0 1 0.98 0.10 358.96 1 0.45
Hex E6 0 4 0 64 62 A 167 64 2D
Octal 346 0 4 0 144 142 12 547 144 55
Binary 11100110 0 100 0 1100100 1100010 1010 101100111 1100100 101101

Color Harmonies of #E60004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60004

Black with #E60004

Text Example


Text Example

White with #E60004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60004; }

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

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

background-color css

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

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

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

border-color css

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

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

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