Html Css Color HEX #EC030C Venetian Red

📋 copy color: '#EC030C'

red 236 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #EC030C

Tints of Venetian Red #EC030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 94.02%
G = 1.2%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC030C (or 0xEC030C) is known color: Venetian Red. HEX triplet: EC, 03 and 0C. RGB value is (236,3,12). Sum of RGB (Red+Green+Blue) = 236+3+12=251 (33% of max value = 765). Red value is 236 (92.58% from 255 or 94.02% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 236 - color contains mainly: red. Hex color #EC030C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC030C is #13FCF3. Grayscale: #494949. Windows color (decimal): -1309940 or 787436. OLE color: 787436.

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

Color convert

RGB 236 3 12 -
CMYK 0 0.99 0.95 0.07
HSL 357.68º 0.97% 0.47% -
HSV(B) 357.68º 0.99% 0.93% -
XYZ 34.69 17.92 1.98 -
YUV 73.69 93.19 243.77 -
System Red Green Blue C M Y K H S L
Decimal 236 3 12 0 0.99 0.95 0.07 357.68 0.97 0.47
Hex EC 3 C 0 63 5F 7 166 61 2F
Octal 354 3 14 0 143 137 7 546 141 57
Binary 11101100 11 1100 0 1100011 1011111 111 101100110 1100001 101111

Color Harmonies of #EC030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC030C

Black with #EC030C

Text Example


Text Example

White with #EC030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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