Html Css Color HEX #EC0515 Venetian Red

📋 copy color: '#EC0515'

red 236 ◦ green 5 ◦ blue 21

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

Shades of Venetian Red #EC0515

Tints of Venetian Red #EC0515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.91%

 BLUE value IS 21 (8.59% from 255) = 8.02%

R = 90.08%
G = 1.91%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC0515 (or 0xEC0515) is known color: Venetian Red. HEX triplet: EC, 05 and 15. RGB value is (236,5,21). Sum of RGB (Red+Green+Blue) = 236+5+21=262 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.08% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0515 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0515 is #13FAEA. Grayscale: #4C4C4C. Windows color (decimal): -1309419 or 1377772. OLE color: 1377772.

HSL color Cylindrical-coordinate representation of color #EC0515: hue angle of 355.84º degrees, saturation: 0.96, 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 #EC0515 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 5 21 -
CMYK 0 0.98 0.91 0.07
HSL 355.84º 0.96% 0.47% -
HSV(B) 355.84º 0.98% 0.93% -
XYZ 34.78 18 2.35 -
YUV 75.89 97.03 242.2 -
System Red Green Blue C M Y K H S L
Decimal 236 5 21 0 0.98 0.91 0.07 355.84 0.96 0.47
Hex EC 5 15 0 62 5B 7 164 60 2F
Octal 354 5 25 0 142 133 7 544 140 57
Binary 11101100 101 10101 0 1100010 1011011 111 101100100 1100000 101111

Color Harmonies of #EC0515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0515

Black with #EC0515

Text Example


Text Example

White with #EC0515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0515; }

 p { color: rgb(236,5,21); }

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

background-color css

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

 a { background-color: rgb(236,5,21); }

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

border-color css

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

 span { border-color: rgb(236,5,21); }

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