Html Css Color HEX #DC064D Razzmatazz

📋 copy color: '#DC064D'

red 220 ◦ green 6 ◦ blue 77

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

Shades of Razzmatazz #DC064D

Tints of Razzmatazz #DC064D

RGB

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

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

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

R = 72.61%
G = 1.98%
B = 25.41%

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

#DC064D (or 0xDC064D) is known color: Razzmatazz. HEX triplet: DC, 06 and 4D. RGB value is (220,6,77). Sum of RGB (Red+Green+Blue) = 220+6+77=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC064D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC064D is #23F9B2. Grayscale: #4E4E4E. Windows color (decimal): -2357683 or 5048028. OLE color: 5048028.

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

Color convert

RGB 220 6 77 -
CMYK 0 0.97 0.65 0.14
HSL 340.09º 0.95% 0.44% -
HSV(B) 340.09º 0.97% 0.86% -
XYZ 30.92 15.88 8.46 -
YUV 78.08 127.4 229.23 -
System Red Green Blue C M Y K H S L
Decimal 220 6 77 0 0.97 0.65 0.14 340.09 0.95 0.44
Hex DC 6 4D 0 61 41 E 154 5F 2C
Octal 334 6 115 0 141 101 16 524 137 54
Binary 11011100 110 1001101 0 1100001 1000001 1110 101010100 1011111 101100

Color Harmonies of #DC064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC064D

Black with #DC064D

Text Example


Text Example

White with #DC064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC064D; }

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

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

background-color css

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

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

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

border-color css

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

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

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