Html Css Color HEX #D6064E Razzmatazz

📋 copy color: '#D6064E'

red 214 ◦ green 6 ◦ blue 78

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

Shades of Razzmatazz #D6064E

Tints of Razzmatazz #D6064E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.17%

R = 71.81%
G = 2.01%
B = 26.17%

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

#D6064E (or 0xD6064E) is known color: Razzmatazz. HEX triplet: D6, 06 and 4E. RGB value is (214,6,78). Sum of RGB (Red+Green+Blue) = 214+6+78=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D6064E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6064E is #29F9B1. Grayscale: #4C4C4C. Windows color (decimal): -2750898 or 5113558. OLE color: 5113558.

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

Color convert

RGB 214 6 78 -
CMYK 0 0.97 0.64 0.16
HSL 339.23º 0.95% 0.43% -
HSV(B) 339.23º 0.97% 0.84% -
XYZ 29.17 14.98 8.56 -
YUV 76.4 128.91 226.15 -
System Red Green Blue C M Y K H S L
Decimal 214 6 78 0 0.97 0.64 0.16 339.23 0.95 0.43
Hex D6 6 4E 0 61 40 10 153 5F 2B
Octal 326 6 116 0 141 100 20 523 137 53
Binary 11010110 110 1001110 0 1100001 1000000 10000 101010011 1011111 101011

Color Harmonies of #D6064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6064E

Black with #D6064E

Text Example


Text Example

White with #D6064E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6064E; }

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

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

background-color css

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

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

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

border-color css

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

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

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