Html Css Color HEX #EC0C4C Razzmatazz

📋 copy color: '#EC0C4C'

red 236 ◦ green 12 ◦ blue 76

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

Shades of Razzmatazz #EC0C4C

Tints of Razzmatazz #EC0C4C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.7%

 BLUE value IS 76 (30.08% from 255) = 23.46%

R = 72.84%
G = 3.7%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC0C4C (or 0xEC0C4C) is known color: Razzmatazz. HEX triplet: EC, 0C and 4C. RGB value is (236,12,76). Sum of RGB (Red+Green+Blue) = 236+12+76=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C4C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0C4C is #13F3B3. Grayscale: #565656. Windows color (decimal): -1307572 or 4984044. OLE color: 4984044.

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

Color convert

RGB 236 12 76 -
CMYK 0 0.95 0.68 0.07
HSL 342.86º 0.9% 0.49% -
HSV(B) 342.86º 0.95% 0.93% -
XYZ 36.03 18.62 8.53 -
YUV 86.27 122.21 234.8 -
System Red Green Blue C M Y K H S L
Decimal 236 12 76 0 0.95 0.68 0.07 342.86 0.9 0.49
Hex EC C 4C 0 5F 44 7 157 5A 31
Octal 354 14 114 0 137 104 7 527 132 61
Binary 11101100 1100 1001100 0 1011111 1000100 111 101010111 1011010 110001

Color Harmonies of #EC0C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0C4C

Black with #EC0C4C

Text Example


Text Example

White with #EC0C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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