Html Css Color HEX #D6074C Razzmatazz

📋 copy color: '#D6074C'

red 214 ◦ green 7 ◦ blue 76

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

Shades of Razzmatazz #D6074C

Tints of Razzmatazz #D6074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.36%

 BLUE value IS 76 (30.08% from 255) = 25.59%

R = 72.05%
G = 2.36%
B = 25.59%

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

#D6074C (or 0xD6074C) is known color: Razzmatazz. HEX triplet: D6, 07 and 4C. RGB value is (214,7,76). Sum of RGB (Red+Green+Blue) = 214+7+76=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D6074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6074C is #29F8B3. Grayscale: #4C4C4C. Windows color (decimal): -2750644 or 4982742. OLE color: 4982742.

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

Color convert

RGB 214 7 76 -
CMYK 0 0.97 0.64 0.16
HSL 340º 0.94% 0.43% -
HSV(B) 340º 0.97% 0.84% -
XYZ 29.11 14.97 8.19 -
YUV 76.76 127.58 225.89 -
System Red Green Blue C M Y K H S L
Decimal 214 7 76 0 0.97 0.64 0.16 340 0.94 0.43
Hex D6 7 4C 0 61 40 10 154 5E 2B
Octal 326 7 114 0 141 100 20 524 136 53
Binary 11010110 111 1001100 0 1100001 1000000 10000 101010100 1011110 101011

Color Harmonies of #D6074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6074C

Black with #D6074C

Text Example


Text Example

White with #D6074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6074C; }

 p { color: rgb(214,7,76); }

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

background-color css

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

 a { background-color: rgb(214,7,76); }

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

border-color css

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

 span { border-color: rgb(214,7,76); }

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