Html Css Color HEX #D5064C Razzmatazz

📋 copy color: '#D5064C'

red 213 ◦ green 6 ◦ blue 76

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

Shades of Razzmatazz #D5064C

Tints of Razzmatazz #D5064C

RGB

 RED value IS 213 (83.59% from 255) = 72.2%

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

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

R = 72.2%
G = 2.03%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5064C (or 0xD5064C) is known color: Razzmatazz. HEX triplet: D5, 06 and 4C. RGB value is (213,6,76). Sum of RGB (Red+Green+Blue) = 213+6+76=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5064C is #2AF9B3. Grayscale: #4B4B4B. Windows color (decimal): -2816436 or 4982485. OLE color: 4982485.

HSL color Cylindrical-coordinate representation of color #D5064C: hue angle of 339.71º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5064C is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 6 76 -
CMYK 0 0.97 0.64 0.16
HSL 339.71º 0.95% 0.43% -
HSV(B) 339.71º 0.97% 0.84% -
XYZ 28.81 14.8 8.18 -
YUV 75.87 128.08 225.81 -
System Red Green Blue C M Y K H S L
Decimal 213 6 76 0 0.97 0.64 0.16 339.71 0.95 0.43
Hex D5 6 4C 0 61 40 10 154 5F 2B
Octal 325 6 114 0 141 100 20 524 137 53
Binary 11010101 110 1001100 0 1100001 1000000 10000 101010100 1011111 101011

Color Harmonies of #D5064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5064C

Black with #D5064C

Text Example


Text Example

White with #D5064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5064C; }

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

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

background-color css

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

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

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

border-color css

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

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

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