Html Css Color HEX #D6064A Razzmatazz

📋 copy color: '#D6064A'

red 214 ◦ green 6 ◦ blue 74

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

Shades of Razzmatazz #D6064A

Tints of Razzmatazz #D6064A

RGB

 RED value IS 214 (83.98% from 255) = 72.79%

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

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

R = 72.79%
G = 2.04%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6064A (or 0xD6064A) is known color: Razzmatazz. HEX triplet: D6, 06 and 4A. RGB value is (214,6,74). Sum of RGB (Red+Green+Blue) = 214+6+74=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D6064A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6064A is #29F9B5. Grayscale: #4B4B4B. Windows color (decimal): -2750902 or 4851414. OLE color: 4851414.

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

Color convert

RGB 214 6 74 -
CMYK 0 0.97 0.65 0.16
HSL 340.38º 0.95% 0.43% -
HSV(B) 340.38º 0.97% 0.84% -
XYZ 29.03 14.92 7.83 -
YUV 75.94 126.91 226.47 -
System Red Green Blue C M Y K H S L
Decimal 214 6 74 0 0.97 0.65 0.16 340.38 0.95 0.43
Hex D6 6 4A 0 61 41 10 154 5F 2B
Octal 326 6 112 0 141 101 20 524 137 53
Binary 11010110 110 1001010 0 1100001 1000001 10000 101010100 1011111 101011

Color Harmonies of #D6064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6064A

Black with #D6064A

Text Example


Text Example

White with #D6064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6064A; }

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

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

background-color css

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

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

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

border-color css

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

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

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