Html Css Color HEX #D80548 Crimson

📋 copy color: '#D80548'

red 216 ◦ green 5 ◦ blue 72

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

Shades of Crimson #D80548

Tints of Crimson #D80548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.57%

R = 73.72%
G = 1.71%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D80548 (or 0xD80548) is known color: Crimson. HEX triplet: D8, 05 and 48. RGB value is (216,5,72). Sum of RGB (Red+Green+Blue) = 216+5+72=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D80548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80548 is #27FAB7. Grayscale: #4B4B4B. Windows color (decimal): -2620088 or 4720088. OLE color: 4720088.

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

Color convert

RGB 216 5 72 -
CMYK 0 0.98 0.67 0.15
HSL 340.95º 0.95% 0.43% -
HSV(B) 340.95º 0.98% 0.85% -
XYZ 29.54 15.18 7.5 -
YUV 75.73 125.9 228.05 -
System Red Green Blue C M Y K H S L
Decimal 216 5 72 0 0.98 0.67 0.15 340.95 0.95 0.43
Hex D8 5 48 0 62 43 F 155 5F 2B
Octal 330 5 110 0 142 103 17 525 137 53
Binary 11011000 101 1001000 0 1100010 1000011 1111 101010101 1011111 101011

Color Harmonies of #D80548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80548

Black with #D80548

Text Example


Text Example

White with #D80548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80548; }

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

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

background-color css

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

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

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

border-color css

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

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

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