Html Css Color HEX #EC040C Venetian Red

📋 copy color: '#EC040C'

red 236 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #EC040C

Tints of Venetian Red #EC040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

 BLUE value IS 12 (5.08% from 255) = 4.76%

R = 93.65%
G = 1.59%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC040C (or 0xEC040C) is known color: Venetian Red. HEX triplet: EC, 04 and 0C. RGB value is (236,4,12). Sum of RGB (Red+Green+Blue) = 236+4+12=252 (33% of max value = 765). Red value is 236 (92.58% from 255 or 93.65% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 236 - color contains mainly: red. Hex color #EC040C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC040C is #13FBF3. Grayscale: #4A4A4A. Windows color (decimal): -1309684 or 787692. OLE color: 787692.

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

Color convert

RGB 236 4 12 -
CMYK 0 0.98 0.95 0.07
HSL 357.93º 0.97% 0.47% -
HSV(B) 357.93º 0.98% 0.93% -
XYZ 34.7 17.95 1.98 -
YUV 74.28 92.86 243.35 -
System Red Green Blue C M Y K H S L
Decimal 236 4 12 0 0.98 0.95 0.07 357.93 0.97 0.47
Hex EC 4 C 0 62 5F 7 166 61 2F
Octal 354 4 14 0 142 137 7 546 141 57
Binary 11101100 100 1100 0 1100010 1011111 111 101100110 1100001 101111

Color Harmonies of #EC040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC040C

Black with #EC040C

Text Example


Text Example

White with #EC040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC040C; }

 p { color: rgb(236,4,12); }

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

background-color css

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

 a { background-color: rgb(236,4,12); }

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

border-color css

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

 span { border-color: rgb(236,4,12); }

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