Html Css Color HEX #DD064C Razzmatazz

📋 copy color: '#DD064C'

red 221 ◦ green 6 ◦ blue 76

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

Shades of Razzmatazz #DD064C

Tints of Razzmatazz #DD064C

RGB

 RED value IS 221 (86.72% from 255) = 72.94%

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

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

R = 72.94%
G = 1.98%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD064C (or 0xDD064C) is known color: Razzmatazz. HEX triplet: DD, 06 and 4C. RGB value is (221,6,76). Sum of RGB (Red+Green+Blue) = 221+6+76=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD064C is #22F9B3. Grayscale: #4E4E4E. Windows color (decimal): -2292148 or 4982493. OLE color: 4982493.

HSL color Cylindrical-coordinate representation of color #DD064C: hue angle of 340.47º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD064C is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 6 76 -
CMYK 0 0.97 0.66 0.13
HSL 340.47º 0.95% 0.45% -
HSV(B) 340.47º 0.97% 0.87% -
XYZ 31.19 16.02 8.29 -
YUV 78.27 126.73 229.81 -
System Red Green Blue C M Y K H S L
Decimal 221 6 76 0 0.97 0.66 0.13 340.47 0.95 0.45
Hex DD 6 4C 0 61 42 D 154 5F 2D
Octal 335 6 114 0 141 102 15 524 137 55
Binary 11011101 110 1001100 0 1100001 1000010 1101 101010100 1011111 101101

Color Harmonies of #DD064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD064C

Black with #DD064C

Text Example


Text Example

White with #DD064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD064C; }

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

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

background-color css

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

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

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

border-color css

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

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

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