Html Css Color HEX #E60608 Venetian Red

📋 copy color: '#E60608'

red 230 ◦ green 6 ◦ blue 8

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

Shades of Venetian Red #E60608

Tints of Venetian Red #E60608

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.46%

 BLUE value IS 8 (3.52% from 255) = 3.28%

R = 94.26%
G = 2.46%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E60608 (or 0xE60608) is known color: Venetian Red. HEX triplet: E6, 06 and 08. RGB value is (230,6,8). Sum of RGB (Red+Green+Blue) = 230+6+8=244 (32% of max value = 765). Red value is 230 (90.23% from 255 or 94.26% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 230 - color contains mainly: red. Hex color #E60608 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60608 is #19F9F7. Grayscale: #494949. Windows color (decimal): -1702392 or 526054. OLE color: 526054.

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

Color convert

RGB 230 6 8 -
CMYK 0 0.97 0.97 0.10
HSL 359.46º 0.95% 0.46% -
HSV(B) 359.46º 0.97% 0.9% -
XYZ 32.74 16.97 1.78 -
YUV 73.2 91.21 239.84 -
System Red Green Blue C M Y K H S L
Decimal 230 6 8 0 0.97 0.97 0.10 359.46 0.95 0.46
Hex E6 6 8 0 61 61 A 167 5F 2E
Octal 346 6 10 0 141 141 12 547 137 56
Binary 11100110 110 1000 0 1100001 1100001 1010 101100111 1011111 101110

Color Harmonies of #E60608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60608

Black with #E60608

Text Example


Text Example

White with #E60608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60608; }

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

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

background-color css

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

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

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

border-color css

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

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

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