Html Css Color HEX #D80C4D Razzmatazz

📋 copy color: '#D80C4D'

red 216 ◦ green 12 ◦ blue 77

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

Shades of Razzmatazz #D80C4D

Tints of Razzmatazz #D80C4D

RGB

 RED value IS 216 (84.77% from 255) = 70.82%

 GREEN value IS 12 (5.08% from 255) = 3.93%

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

R = 70.82%
G = 3.93%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D80C4D (or 0xD80C4D) is known color: Razzmatazz. HEX triplet: D8, 0C and 4D. RGB value is (216,12,77). Sum of RGB (Red+Green+Blue) = 216+12+77=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80C4D is #27F3B2. Grayscale: #505050. Windows color (decimal): -2618291 or 5049560. OLE color: 5049560.

HSL color Cylindrical-coordinate representation of color #D80C4D: hue angle of 340.88º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80C4D is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 12 77 -
CMYK 0 0.94 0.64 0.15
HSL 340.88º 0.89% 0.45% -
HSV(B) 340.88º 0.94% 0.85% -
XYZ 29.79 15.4 8.42 -
YUV 80.41 126.09 224.71 -
System Red Green Blue C M Y K H S L
Decimal 216 12 77 0 0.94 0.64 0.15 340.88 0.89 0.45
Hex D8 C 4D 0 5E 40 F 155 59 2D
Octal 330 14 115 0 136 100 17 525 131 55
Binary 11011000 1100 1001101 0 1011110 1000000 1111 101010101 1011001 101101

Color Harmonies of #D80C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C4D

Black with #D80C4D

Text Example


Text Example

White with #D80C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C4D; }

 p { color: rgb(216,12,77); }

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

background-color css

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

 a { background-color: rgb(216,12,77); }

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

border-color css

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

 span { border-color: rgb(216,12,77); }

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