Html Css Color HEX #E0060E Venetian Red

📋 copy color: '#E0060E'

red 224 ◦ green 6 ◦ blue 14

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

Shades of Venetian Red #E0060E

Tints of Venetian Red #E0060E

RGB

 RED value IS 224 (87.89% from 255) = 91.8%

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

 BLUE value IS 14 (5.86% from 255) = 5.74%

R = 91.8%
G = 2.46%
B = 5.74%

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

#E0060E (or 0xE0060E) is known color: Venetian Red. HEX triplet: E0, 06 and 0E. RGB value is (224,6,14). Sum of RGB (Red+Green+Blue) = 224+6+14=244 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.80% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 224 - color contains mainly: red. Hex color #E0060E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0060E is #1FF9F1. Grayscale: #484848. Windows color (decimal): -2095602 or 919264. OLE color: 919264.

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

Color convert

RGB 224 6 14 -
CMYK 0 0.97 0.94 0.12
HSL 357.8º 0.95% 0.45% -
HSV(B) 357.8º 0.97% 0.88% -
XYZ 30.88 16.01 1.88 -
YUV 72.09 95.22 236.35 -
System Red Green Blue C M Y K H S L
Decimal 224 6 14 0 0.97 0.94 0.12 357.8 0.95 0.45
Hex E0 6 E 0 61 5E C 166 5F 2D
Octal 340 6 16 0 141 136 14 546 137 55
Binary 11100000 110 1110 0 1100001 1011110 1100 101100110 1011111 101101

Color Harmonies of #E0060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0060E

Black with #E0060E

Text Example


Text Example

White with #E0060E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0060E; }

 p { color: rgb(224,6,14); }

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

background-color css

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

 a { background-color: rgb(224,6,14); }

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

border-color css

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

 span { border-color: rgb(224,6,14); }

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