Html Css Color HEX #E9060D Venetian Red

📋 copy color: '#E9060D'

red 233 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #E9060D

Tints of Venetian Red #E9060D

RGB

 RED value IS 233 (91.41% from 255) = 92.46%

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

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

R = 92.46%
G = 2.38%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E9060D (or 0xE9060D) is known color: Venetian Red. HEX triplet: E9, 06 and 0D. RGB value is (233,6,13). Sum of RGB (Red+Green+Blue) = 233+6+13=252 (33% of max value = 765). Red value is 233 (91.41% from 255 or 92.46% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 233 - color contains mainly: red. Hex color #E9060D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9060D is #16F9F2. Grayscale: #4A4A4A. Windows color (decimal): -1505779 or 853737. OLE color: 853737.

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

Color convert

RGB 233 6 13 -
CMYK 0 0.97 0.94 0.09
HSL 358.15º 0.95% 0.47% -
HSV(B) 358.15º 0.97% 0.91% -
XYZ 33.74 17.48 1.98 -
YUV 74.67 93.21 240.93 -
System Red Green Blue C M Y K H S L
Decimal 233 6 13 0 0.97 0.94 0.09 358.15 0.95 0.47
Hex E9 6 D 0 61 5E 9 166 5F 2F
Octal 351 6 15 0 141 136 11 546 137 57
Binary 11101001 110 1101 0 1100001 1011110 1001 101100110 1011111 101111

Color Harmonies of #E9060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9060D

Black with #E9060D

Text Example


Text Example

White with #E9060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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