Html Css Color HEX #D80547 Crimson

📋 copy color: '#D80547'

red 216 ◦ green 5 ◦ blue 71

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

Shades of Crimson #D80547

Tints of Crimson #D80547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.32%

R = 73.97%
G = 1.71%
B = 24.32%

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

#D80547 (or 0xD80547) is known color: Crimson. HEX triplet: D8, 05 and 47. RGB value is (216,5,71). Sum of RGB (Red+Green+Blue) = 216+5+71=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D80547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80547 is #27FAB8. Grayscale: #4B4B4B. Windows color (decimal): -2620089 or 4654552. OLE color: 4654552.

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

Color convert

RGB 216 5 71 -
CMYK 0 0.98 0.67 0.15
HSL 341.23º 0.95% 0.43% -
HSV(B) 341.23º 0.98% 0.85% -
XYZ 29.51 15.16 7.33 -
YUV 75.61 125.4 228.13 -
System Red Green Blue C M Y K H S L
Decimal 216 5 71 0 0.98 0.67 0.15 341.23 0.95 0.43
Hex D8 5 47 0 62 43 F 155 5F 2B
Octal 330 5 107 0 142 103 17 525 137 53
Binary 11011000 101 1000111 0 1100010 1000011 1111 101010101 1011111 101011

Color Harmonies of #D80547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80547

Black with #D80547

Text Example


Text Example

White with #D80547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80547; }

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

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

background-color css

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

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

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

border-color css

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

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

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