Html Css Color HEX #DC014C Razzmatazz

📋 copy color: '#DC014C'

red 220 ◦ green 1 ◦ blue 76

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

Shades of Razzmatazz #DC014C

Tints of Razzmatazz #DC014C

RGB

 RED value IS 220 (86.33% from 255) = 74.07%

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 74.07%
G = 0.34%
B = 25.59%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC014C (or 0xDC014C) is known color: Razzmatazz. HEX triplet: DC, 01 and 4C. RGB value is (220,1,76). Sum of RGB (Red+Green+Blue) = 220+1+76=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC014C is #23FEB3. Grayscale: #4A4A4A. Windows color (decimal): -2358964 or 4981212. OLE color: 4981212.

HSL color Cylindrical-coordinate representation of color #DC014C: hue angle of 339.45º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC014C is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 1 76 -
CMYK 0 1.00 0.65 0.14
HSL 339.45º 0.99% 0.43% -
HSV(B) 339.45º 1% 0.86% -
XYZ 30.83 15.76 8.25 -
YUV 75.03 128.55 231.4 -
System Red Green Blue C M Y K H S L
Decimal 220 1 76 0 1.00 0.65 0.14 339.45 0.99 0.43
Hex DC 1 4C 0 64 41 E 153 63 2B
Octal 334 1 114 0 144 101 16 523 143 53
Binary 11011100 1 1001100 0 1100100 1000001 1110 101010011 1100011 101011

Color Harmonies of #DC014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC014C

Black with #DC014C

Text Example


Text Example

White with #DC014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC014C; }

 p { color: rgb(220,1,76); }

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

background-color css

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

 a { background-color: rgb(220,1,76); }

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

border-color css

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

 span { border-color: rgb(220,1,76); }

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