Html Css Color HEX #E0060F Venetian Red

📋 copy color: '#E0060F'

red 224 ◦ green 6 ◦ blue 15

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

Shades of Venetian Red #E0060F

Tints of Venetian Red #E0060F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.12%

R = 91.43%
G = 2.45%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0060F (or 0xE0060F) is known color: Venetian Red. HEX triplet: E0, 06 and 0F. RGB value is (224,6,15). Sum of RGB (Red+Green+Blue) = 224+6+15=245 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.43% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 224 - color contains mainly: red. Hex color #E0060F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0060F is #1FF9F0. Grayscale: #484848. Windows color (decimal): -2095601 or 984800. OLE color: 984800.

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

Color convert

RGB 224 6 15 -
CMYK 0 0.97 0.93 0.12
HSL 357.52º 0.95% 0.45% -
HSV(B) 357.52º 0.97% 0.88% -
XYZ 30.89 16.01 1.91 -
YUV 72.21 95.72 236.27 -
System Red Green Blue C M Y K H S L
Decimal 224 6 15 0 0.97 0.93 0.12 357.52 0.95 0.45
Hex E0 6 F 0 61 5D C 166 5F 2D
Octal 340 6 17 0 141 135 14 546 137 55
Binary 11100000 110 1111 0 1100001 1011101 1100 101100110 1011111 101101

Color Harmonies of #E0060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0060F

Black with #E0060F

Text Example


Text Example

White with #E0060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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