Html Css Color HEX #D80C52 Razzmatazz

📋 copy color: '#D80C52'

red 216 ◦ green 12 ◦ blue 82

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

Shades of Razzmatazz #D80C52

Tints of Razzmatazz #D80C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.45%

R = 69.68%
G = 3.87%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D80C52 (or 0xD80C52) is known color: Razzmatazz. HEX triplet: D8, 0C and 52. RGB value is (216,12,82). Sum of RGB (Red+Green+Blue) = 216+12+82=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80C52 is #27F3AD. Grayscale: #505050. Windows color (decimal): -2618286 or 5377240. OLE color: 5377240.

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

Color convert

RGB 216 12 82 -
CMYK 0 0.94 0.62 0.15
HSL 339.41º 0.89% 0.45% -
HSV(B) 339.41º 0.94% 0.85% -
XYZ 29.97 15.47 9.39 -
YUV 80.98 128.59 224.31 -
System Red Green Blue C M Y K H S L
Decimal 216 12 82 0 0.94 0.62 0.15 339.41 0.89 0.45
Hex D8 C 52 0 5E 3E F 153 59 2D
Octal 330 14 122 0 136 76 17 523 131 55
Binary 11011000 1100 1010010 0 1011110 111110 1111 101010011 1011001 101101

Color Harmonies of #D80C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C52

Black with #D80C52

Text Example


Text Example

White with #D80C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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