Html Css Color HEX #D4064D Razzmatazz

📋 copy color: '#D4064D'

red 212 ◦ green 6 ◦ blue 77

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

Shades of Razzmatazz #D4064D

Tints of Razzmatazz #D4064D

RGB

 RED value IS 212 (83.2% from 255) = 71.86%

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

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

R = 71.86%
G = 2.03%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4064D (or 0xD4064D) is known color: Razzmatazz. HEX triplet: D4, 06 and 4D. RGB value is (212,6,77). Sum of RGB (Red+Green+Blue) = 212+6+77=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D4064D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4064D is #2BF9B2. Grayscale: #4B4B4B. Windows color (decimal): -2881971 or 5048020. OLE color: 5048020.

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

Color convert

RGB 212 6 77 -
CMYK 0 0.97 0.64 0.17
HSL 339.32º 0.94% 0.43% -
HSV(B) 339.32º 0.97% 0.83% -
XYZ 28.56 14.66 8.35 -
YUV 75.69 128.75 225.23 -
System Red Green Blue C M Y K H S L
Decimal 212 6 77 0 0.97 0.64 0.17 339.32 0.94 0.43
Hex D4 6 4D 0 61 40 11 153 5E 2B
Octal 324 6 115 0 141 100 21 523 136 53
Binary 11010100 110 1001101 0 1100001 1000000 10001 101010011 1011110 101011

Color Harmonies of #D4064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4064D

Black with #D4064D

Text Example


Text Example

White with #D4064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4064D; }

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

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

background-color css

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

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

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

border-color css

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

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

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