Html Css Color HEX #D5064D Razzmatazz

📋 copy color: '#D5064D'

red 213 ◦ green 6 ◦ blue 77

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

Shades of Razzmatazz #D5064D

Tints of Razzmatazz #D5064D

RGB

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

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

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

R = 71.96%
G = 2.03%
B = 26.01%

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

#D5064D (or 0xD5064D) is known color: Razzmatazz. HEX triplet: D5, 06 and 4D. RGB value is (213,6,77). Sum of RGB (Red+Green+Blue) = 213+6+77=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D5064D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5064D is #2AF9B2. Grayscale: #4B4B4B. Windows color (decimal): -2816435 or 5048021. OLE color: 5048021.

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

Color convert

RGB 213 6 77 -
CMYK 0 0.97 0.64 0.16
HSL 339.42º 0.95% 0.43% -
HSV(B) 339.42º 0.97% 0.84% -
XYZ 28.85 14.81 8.36 -
YUV 75.99 128.58 225.73 -
System Red Green Blue C M Y K H S L
Decimal 213 6 77 0 0.97 0.64 0.16 339.42 0.95 0.43
Hex D5 6 4D 0 61 40 10 153 5F 2B
Octal 325 6 115 0 141 100 20 523 137 53
Binary 11010101 110 1001101 0 1100001 1000000 10000 101010011 1011111 101011

Color Harmonies of #D5064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5064D

Black with #D5064D

Text Example


Text Example

White with #D5064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5064D; }

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

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

background-color css

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

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

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

border-color css

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

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

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