Html Css Color HEX #E5060D Venetian Red

📋 copy color: '#E5060D'

red 229 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #E5060D

Tints of Venetian Red #E5060D

RGB

 RED value IS 229 (89.84% from 255) = 92.34%

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

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

R = 92.34%
G = 2.42%
B = 5.24%

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

#E5060D (or 0xE5060D) is known color: Venetian Red. HEX triplet: E5, 06 and 0D. RGB value is (229,6,13). Sum of RGB (Red+Green+Blue) = 229+6+13=248 (32% of max value = 765). Red value is 229 (89.84% from 255 or 92.34% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 229 - color contains mainly: red. Hex color #E5060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5060D is #1AF9F2. Grayscale: #494949. Windows color (decimal): -1767923 or 853733. OLE color: 853733.

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

Color convert

RGB 229 6 13 -
CMYK 0 0.97 0.94 0.10
HSL 358.12º 0.95% 0.46% -
HSV(B) 358.12º 0.97% 0.9% -
XYZ 32.45 16.82 1.92 -
YUV 73.48 93.88 238.93 -
System Red Green Blue C M Y K H S L
Decimal 229 6 13 0 0.97 0.94 0.10 358.12 0.95 0.46
Hex E5 6 D 0 61 5E A 166 5F 2E
Octal 345 6 15 0 141 136 12 546 137 56
Binary 11100101 110 1101 0 1100001 1011110 1010 101100110 1011111 101110

Color Harmonies of #E5060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5060D

Black with #E5060D

Text Example


Text Example

White with #E5060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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