Html Css Color HEX #E6060D Venetian Red

📋 copy color: '#E6060D'

red 230 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #E6060D

Tints of Venetian Red #E6060D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.22%

R = 92.37%
G = 2.41%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6060D (or 0xE6060D) is known color: Venetian Red. HEX triplet: E6, 06 and 0D. RGB value is (230,6,13). Sum of RGB (Red+Green+Blue) = 230+6+13=249 (32% of max value = 765). Red value is 230 (90.23% from 255 or 92.37% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 230 - color contains mainly: red. Hex color #E6060D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6060D is #19F9F2. Grayscale: #494949. Windows color (decimal): -1702387 or 853734. OLE color: 853734.

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

Color convert

RGB 230 6 13 -
CMYK 0 0.97 0.94 0.10
HSL 358.13º 0.95% 0.46% -
HSV(B) 358.13º 0.97% 0.9% -
XYZ 32.77 16.98 1.93 -
YUV 73.77 93.71 239.43 -
System Red Green Blue C M Y K H S L
Decimal 230 6 13 0 0.97 0.94 0.10 358.13 0.95 0.46
Hex E6 6 D 0 61 5E A 166 5F 2E
Octal 346 6 15 0 141 136 12 546 137 56
Binary 11100110 110 1101 0 1100001 1011110 1010 101100110 1011111 101110

Color Harmonies of #E6060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6060D

Black with #E6060D

Text Example


Text Example

White with #E6060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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