Html Css Color HEX #D8064C Razzmatazz

📋 copy color: '#D8064C'

red 216 ◦ green 6 ◦ blue 76

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

Shades of Razzmatazz #D8064C

Tints of Razzmatazz #D8064C

RGB

 RED value IS 216 (84.77% from 255) = 72.48%

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

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

R = 72.48%
G = 2.01%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8064C (or 0xD8064C) is known color: Razzmatazz. HEX triplet: D8, 06 and 4C. RGB value is (216,6,76). Sum of RGB (Red+Green+Blue) = 216+6+76=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D8064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8064C is #27F9B3. Grayscale: #4C4C4C. Windows color (decimal): -2619828 or 4982488. OLE color: 4982488.

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

Color convert

RGB 216 6 76 -
CMYK 0 0.97 0.65 0.15
HSL 340º 0.95% 0.44% -
HSV(B) 340º 0.97% 0.85% -
XYZ 29.69 15.25 8.22 -
YUV 76.77 127.57 227.31 -
System Red Green Blue C M Y K H S L
Decimal 216 6 76 0 0.97 0.65 0.15 340 0.95 0.44
Hex D8 6 4C 0 61 41 F 154 5F 2C
Octal 330 6 114 0 141 101 17 524 137 54
Binary 11011000 110 1001100 0 1100001 1000001 1111 101010100 1011111 101100

Color Harmonies of #D8064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8064C

Black with #D8064C

Text Example


Text Example

White with #D8064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8064C; }

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

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

background-color css

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

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

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

border-color css

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

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

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