Html Css Color HEX #D80C4C Razzmatazz

📋 copy color: '#D80C4C'

red 216 ◦ green 12 ◦ blue 76

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

Shades of Razzmatazz #D80C4C

Tints of Razzmatazz #D80C4C

RGB

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

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

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

R = 71.05%
G = 3.95%
B = 25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D80C4C (or 0xD80C4C) is known color: Razzmatazz. HEX triplet: D8, 0C and 4C. RGB value is (216,12,76). Sum of RGB (Red+Green+Blue) = 216+12+76=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80C4C is #27F3B3. Grayscale: #505050. Windows color (decimal): -2618292 or 4984024. OLE color: 4984024.

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

Color convert

RGB 216 12 76 -
CMYK 0 0.94 0.65 0.15
HSL 341.18º 0.89% 0.45% -
HSV(B) 341.18º 0.94% 0.85% -
XYZ 29.75 15.38 8.24 -
YUV 80.29 125.59 224.8 -
System Red Green Blue C M Y K H S L
Decimal 216 12 76 0 0.94 0.65 0.15 341.18 0.89 0.45
Hex D8 C 4C 0 5E 41 F 155 59 2D
Octal 330 14 114 0 136 101 17 525 131 55
Binary 11011000 1100 1001100 0 1011110 1000001 1111 101010101 1011001 101101

Color Harmonies of #D80C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C4C

Black with #D80C4C

Text Example


Text Example

White with #D80C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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