Html Css Color HEX #E1060D Venetian Red

📋 copy color: '#E1060D'

red 225 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #E1060D

Tints of Venetian Red #E1060D

RGB

 RED value IS 225 (88.28% from 255) = 92.21%

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

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

R = 92.21%
G = 2.46%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1060D (or 0xE1060D) is known color: Venetian Red. HEX triplet: E1, 06 and 0D. RGB value is (225,6,13). Sum of RGB (Red+Green+Blue) = 225+6+13=244 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.21% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 225 - color contains mainly: red. Hex color #E1060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1060D is #1EF9F2. Grayscale: #484848. Windows color (decimal): -2030067 or 853729. OLE color: 853729.

HSL color Cylindrical-coordinate representation of color #E1060D: hue angle of 358.08º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1060D is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 6 13 -
CMYK 0 0.97 0.94 0.12
HSL 358.08º 0.95% 0.45% -
HSV(B) 358.08º 0.97% 0.88% -
XYZ 31.19 16.17 1.86 -
YUV 72.28 94.55 236.93 -
System Red Green Blue C M Y K H S L
Decimal 225 6 13 0 0.97 0.94 0.12 358.08 0.95 0.45
Hex E1 6 D 0 61 5E C 166 5F 2D
Octal 341 6 15 0 141 136 14 546 137 55
Binary 11100001 110 1101 0 1100001 1011110 1100 101100110 1011111 101101

Color Harmonies of #E1060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1060D

Black with #E1060D

Text Example


Text Example

White with #E1060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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