Html Css Color HEX #D80A51 Razzmatazz

📋 copy color: '#D80A51'

red 216 ◦ green 10 ◦ blue 81

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

Shades of Razzmatazz #D80A51

Tints of Razzmatazz #D80A51

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.26%

 BLUE value IS 81 (32.03% from 255) = 26.38%

R = 70.36%
G = 3.26%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D80A51 (or 0xD80A51) is known color: Razzmatazz. HEX triplet: D8, 0A and 51. RGB value is (216,10,81). Sum of RGB (Red+Green+Blue) = 216+10+81=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80A51 is #27F5AE. Grayscale: #4F4F4F. Windows color (decimal): -2618799 or 5311192. OLE color: 5311192.

HSL color Cylindrical-coordinate representation of color #D80A51: hue angle of 339.32º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80A51 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 10 81 -
CMYK 0 0.95 0.62 0.15
HSL 339.32º 0.91% 0.44% -
HSV(B) 339.32º 0.95% 0.85% -
XYZ 29.91 15.41 9.18 -
YUV 79.69 128.75 225.23 -
System Red Green Blue C M Y K H S L
Decimal 216 10 81 0 0.95 0.62 0.15 339.32 0.91 0.44
Hex D8 A 51 0 5F 3E F 153 5B 2C
Octal 330 12 121 0 137 76 17 523 133 54
Binary 11011000 1010 1010001 0 1011111 111110 1111 101010011 1011011 101100

Color Harmonies of #D80A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80A51

Black with #D80A51

Text Example


Text Example

White with #D80A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80A51; }

 p { color: rgb(216,10,81); }

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

background-color css

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

 a { background-color: rgb(216,10,81); }

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

border-color css

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

 span { border-color: rgb(216,10,81); }

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