Html Css Color HEX #D80747 Crimson

📋 copy color: '#D80747'

red 216 ◦ green 7 ◦ blue 71

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

Shades of Crimson #D80747

Tints of Crimson #D80747

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.38%

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

R = 73.47%
G = 2.38%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D80747 (or 0xD80747) is known color: Crimson. HEX triplet: D8, 07 and 47. RGB value is (216,7,71). Sum of RGB (Red+Green+Blue) = 216+7+71=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D80747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80747 is #27F8B8. Grayscale: #4C4C4C. Windows color (decimal): -2619577 or 4655064. OLE color: 4655064.

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

Color convert

RGB 216 7 71 -
CMYK 0 0.97 0.67 0.15
HSL 341.63º 0.94% 0.44% -
HSV(B) 341.63º 0.97% 0.85% -
XYZ 29.53 15.21 7.34 -
YUV 76.79 124.74 227.3 -
System Red Green Blue C M Y K H S L
Decimal 216 7 71 0 0.97 0.67 0.15 341.63 0.94 0.44
Hex D8 7 47 0 61 43 F 156 5E 2C
Octal 330 7 107 0 141 103 17 526 136 54
Binary 11011000 111 1000111 0 1100001 1000011 1111 101010110 1011110 101100

Color Harmonies of #D80747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80747

Black with #D80747

Text Example


Text Example

White with #D80747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80747; }

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

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

background-color css

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

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

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

border-color css

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

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

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