Html Css Color HEX #EC060D Venetian Red

📋 copy color: '#EC060D'

red 236 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #EC060D

Tints of Venetian Red #EC060D

RGB

 RED value IS 236 (92.58% from 255) = 92.55%

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

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

R = 92.55%
G = 2.35%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC060D (or 0xEC060D) is known color: Venetian Red. HEX triplet: EC, 06 and 0D. RGB value is (236,6,13). Sum of RGB (Red+Green+Blue) = 236+6+13=255 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.55% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 236 - color contains mainly: red. Hex color #EC060D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC060D is #13F9F2. Grayscale: #4B4B4B. Windows color (decimal): -1309171 or 853740. OLE color: 853740.

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

Color convert

RGB 236 6 13 -
CMYK 0 0.97 0.94 0.07
HSL 358.17º 0.95% 0.47% -
HSV(B) 358.17º 0.97% 0.93% -
XYZ 34.73 17.99 2.02 -
YUV 75.57 92.7 242.43 -
System Red Green Blue C M Y K H S L
Decimal 236 6 13 0 0.97 0.94 0.07 358.17 0.95 0.47
Hex EC 6 D 0 61 5E 7 166 5F 2F
Octal 354 6 15 0 141 136 7 546 137 57
Binary 11101100 110 1101 0 1100001 1011110 111 101100110 1011111 101111

Color Harmonies of #EC060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC060D

Black with #EC060D

Text Example


Text Example

White with #EC060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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