Html Css Color HEX #DC014A Razzmatazz

📋 copy color: '#DC014A'

red 220 ◦ green 1 ◦ blue 74

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

Shades of Razzmatazz #DC014A

Tints of Razzmatazz #DC014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.08%

R = 74.58%
G = 0.34%
B = 25.08%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC014A (or 0xDC014A) is known color: Razzmatazz. HEX triplet: DC, 01 and 4A. RGB value is (220,1,74). Sum of RGB (Red+Green+Blue) = 220+1+74=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC014A is #23FEB5. Grayscale: #4A4A4A. Windows color (decimal): -2358966 or 4850140. OLE color: 4850140.

HSL color Cylindrical-coordinate representation of color #DC014A: hue angle of 340º 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 #DC014A is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 1 74 -
CMYK 0 1.00 0.66 0.14
HSL 340º 0.99% 0.43% -
HSV(B) 340º 1% 0.86% -
XYZ 30.76 15.73 7.89 -
YUV 74.8 127.55 231.56 -
System Red Green Blue C M Y K H S L
Decimal 220 1 74 0 1.00 0.66 0.14 340 0.99 0.43
Hex DC 1 4A 0 64 42 E 154 63 2B
Octal 334 1 112 0 144 102 16 524 143 53
Binary 11011100 1 1001010 0 1100100 1000010 1110 101010100 1100011 101011

Color Harmonies of #DC014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC014A

Black with #DC014A

Text Example


Text Example

White with #DC014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC014A; }

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

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

background-color css

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

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

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

border-color css

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

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

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