Html Css Color HEX #E60708 Venetian Red

📋 copy color: '#E60708'

red 230 ◦ green 7 ◦ blue 8

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

Shades of Venetian Red #E60708

Tints of Venetian Red #E60708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.86%

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

R = 93.88%
G = 2.86%
B = 3.27%

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

#E60708 (or 0xE60708) is known color: Venetian Red. HEX triplet: E6, 07 and 08. RGB value is (230,7,8). Sum of RGB (Red+Green+Blue) = 230+7+8=245 (32% of max value = 765). Red value is 230 (90.23% from 255 or 93.88% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 230 - color contains mainly: red. Hex color #E60708 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60708 is #19F8F7. Grayscale: #4A4A4A. Windows color (decimal): -1702136 or 526310. OLE color: 526310.

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

Color convert

RGB 230 7 8 -
CMYK 0 0.97 0.97 0.10
HSL 359.73º 0.94% 0.46% -
HSV(B) 359.73º 0.97% 0.9% -
XYZ 32.75 16.99 1.78 -
YUV 73.79 90.88 239.42 -
System Red Green Blue C M Y K H S L
Decimal 230 7 8 0 0.97 0.97 0.10 359.73 0.94 0.46
Hex E6 7 8 0 61 61 A 168 5E 2E
Octal 346 7 10 0 141 141 12 550 136 56
Binary 11100110 111 1000 0 1100001 1100001 1010 101101000 1011110 101110

Color Harmonies of #E60708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60708

Black with #E60708

Text Example


Text Example

White with #E60708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60708; }

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

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

background-color css

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

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

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

border-color css

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

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

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