Html Css Color HEX #DC064C Razzmatazz

📋 copy color: '#DC064C'

red 220 ◦ green 6 ◦ blue 76

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

Shades of Razzmatazz #DC064C

Tints of Razzmatazz #DC064C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.99%

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

R = 72.85%
G = 1.99%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC064C (or 0xDC064C) is known color: Razzmatazz. HEX triplet: DC, 06 and 4C. RGB value is (220,6,76). Sum of RGB (Red+Green+Blue) = 220+6+76=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC064C is #23F9B3. Grayscale: #4D4D4D. Windows color (decimal): -2357684 or 4982492. OLE color: 4982492.

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

Color convert

RGB 220 6 76 -
CMYK 0 0.97 0.65 0.14
HSL 340.37º 0.95% 0.44% -
HSV(B) 340.37º 0.97% 0.86% -
XYZ 30.88 15.87 8.27 -
YUV 77.97 126.9 229.31 -
System Red Green Blue C M Y K H S L
Decimal 220 6 76 0 0.97 0.65 0.14 340.37 0.95 0.44
Hex DC 6 4C 0 61 41 E 154 5F 2C
Octal 334 6 114 0 141 101 16 524 137 54
Binary 11011100 110 1001100 0 1100001 1000001 1110 101010100 1011111 101100

Color Harmonies of #DC064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC064C

Black with #DC064C

Text Example


Text Example

White with #DC064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC064C; }

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

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

background-color css

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

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

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

border-color css

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

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

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