Html Css Color HEX #DC114D Razzmatazz

📋 copy color: '#DC114D'

red 220 ◦ green 17 ◦ blue 77

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

Shades of Razzmatazz #DC114D

Tints of Razzmatazz #DC114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.41%

 BLUE value IS 77 (30.47% from 255) = 24.52%

R = 70.06%
G = 5.41%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC114D (or 0xDC114D) is known color: Razzmatazz. HEX triplet: DC, 11 and 4D. RGB value is (220,17,77). Sum of RGB (Red+Green+Blue) = 220+17+77=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC114D is #23EEB2. Grayscale: #545454. Windows color (decimal): -2354867 or 5050844. OLE color: 5050844.

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

Color convert

RGB 220 17 77 -
CMYK 0 0.92 0.65 0.14
HSL 342.27º 0.86% 0.46% -
HSV(B) 342.27º 0.92% 0.86% -
XYZ 31.06 16.15 8.5 -
YUV 84.54 123.75 224.62 -
System Red Green Blue C M Y K H S L
Decimal 220 17 77 0 0.92 0.65 0.14 342.27 0.86 0.46
Hex DC 11 4D 0 5C 41 E 156 56 2E
Octal 334 21 115 0 134 101 16 526 126 56
Binary 11011100 10001 1001101 0 1011100 1000001 1110 101010110 1010110 101110

Color Harmonies of #DC114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC114D

Black with #DC114D

Text Example


Text Example

White with #DC114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC114D; }

 p { color: rgb(220,17,77); }

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

background-color css

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

 a { background-color: rgb(220,17,77); }

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

border-color css

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

 span { border-color: rgb(220,17,77); }

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