Html Css Color HEX #D9064A Razzmatazz

📋 copy color: '#D9064A'

red 217 ◦ green 6 ◦ blue 74

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

Shades of Razzmatazz #D9064A

Tints of Razzmatazz #D9064A

RGB

 RED value IS 217 (85.16% from 255) = 73.06%

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

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 73.06%
G = 2.02%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9064A (or 0xD9064A) is known color: Razzmatazz. HEX triplet: D9, 06 and 4A. RGB value is (217,6,74). Sum of RGB (Red+Green+Blue) = 217+6+74=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D9064A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9064A is #26F9B5. Grayscale: #4C4C4C. Windows color (decimal): -2554294 or 4851417. OLE color: 4851417.

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

Color convert

RGB 217 6 74 -
CMYK 0 0.97 0.66 0.15
HSL 340.66º 0.95% 0.44% -
HSV(B) 340.66º 0.97% 0.85% -
XYZ 29.92 15.38 7.87 -
YUV 76.84 126.4 227.97 -
System Red Green Blue C M Y K H S L
Decimal 217 6 74 0 0.97 0.66 0.15 340.66 0.95 0.44
Hex D9 6 4A 0 61 42 F 155 5F 2C
Octal 331 6 112 0 141 102 17 525 137 54
Binary 11011001 110 1001010 0 1100001 1000010 1111 101010101 1011111 101100

Color Harmonies of #D9064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9064A

Black with #D9064A

Text Example


Text Example

White with #D9064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9064A; }

 p { color: rgb(217,6,74); }

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

background-color css

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

 a { background-color: rgb(217,6,74); }

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

border-color css

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

 span { border-color: rgb(217,6,74); }

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