Html Css Color HEX #D0064C Razzmatazz

📋 copy color: '#D0064C'

red 208 ◦ green 6 ◦ blue 76

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

Shades of Razzmatazz #D0064C

Tints of Razzmatazz #D0064C

RGB

 RED value IS 208 (81.64% from 255) = 71.72%

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

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

R = 71.72%
G = 2.07%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0064C (or 0xD0064C) is known color: Razzmatazz. HEX triplet: D0, 06 and 4C. RGB value is (208,6,76). Sum of RGB (Red+Green+Blue) = 208+6+76=290 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.72% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 208 - color contains mainly: red. Hex color #D0064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0064C is #2FF9B3. Grayscale: #4A4A4A. Windows color (decimal): -3144116 or 4982480. OLE color: 4982480.

HSL color Cylindrical-coordinate representation of color #D0064C: hue angle of 339.21º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0064C is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 6 76 -
CMYK 0 0.97 0.63 0.18
HSL 339.21º 0.94% 0.42% -
HSV(B) 339.21º 0.97% 0.82% -
XYZ 27.38 14.06 8.11 -
YUV 74.38 128.92 223.31 -
System Red Green Blue C M Y K H S L
Decimal 208 6 76 0 0.97 0.63 0.18 339.21 0.94 0.42
Hex D0 6 4C 0 61 3F 12 153 5E 2A
Octal 320 6 114 0 141 77 22 523 136 52
Binary 11010000 110 1001100 0 1100001 111111 10010 101010011 1011110 101010

Color Harmonies of #D0064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0064C

Black with #D0064C

Text Example


Text Example

White with #D0064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0064C; }

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

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

background-color css

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

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

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

border-color css

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

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

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