Html Css Color HEX #D80549 Crimson

📋 copy color: '#D80549'

red 216 ◦ green 5 ◦ blue 73

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

Shades of Crimson #D80549

Tints of Crimson #D80549

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.7%

 BLUE value IS 73 (28.91% from 255) = 24.83%

R = 73.47%
G = 1.7%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D80549 (or 0xD80549) is known color: Crimson. HEX triplet: D8, 05 and 49. RGB value is (216,5,73). Sum of RGB (Red+Green+Blue) = 216+5+73=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D80549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80549 is #27FAB6. Grayscale: #4B4B4B. Windows color (decimal): -2620087 or 4785624. OLE color: 4785624.

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

Color convert

RGB 216 5 73 -
CMYK 0 0.98 0.66 0.15
HSL 340.66º 0.95% 0.43% -
HSV(B) 340.66º 0.98% 0.85% -
XYZ 29.58 15.19 7.68 -
YUV 75.84 126.4 227.97 -
System Red Green Blue C M Y K H S L
Decimal 216 5 73 0 0.98 0.66 0.15 340.66 0.95 0.43
Hex D8 5 49 0 62 42 F 155 5F 2B
Octal 330 5 111 0 142 102 17 525 137 53
Binary 11011000 101 1001001 0 1100010 1000010 1111 101010101 1011111 101011

Color Harmonies of #D80549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80549

Black with #D80549

Text Example


Text Example

White with #D80549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80549; }

 p { color: rgb(216,5,73); }

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

background-color css

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

 a { background-color: rgb(216,5,73); }

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

border-color css

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

 span { border-color: rgb(216,5,73); }

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