Html Css Color HEX #D80947 Crimson

📋 copy color: '#D80947'

red 216 ◦ green 9 ◦ blue 71

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

Shades of Crimson #D80947

Tints of Crimson #D80947

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.04%

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

R = 72.97%
G = 3.04%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D80947 (or 0xD80947) is known color: Crimson. HEX triplet: D8, 09 and 47. RGB value is (216,9,71). Sum of RGB (Red+Green+Blue) = 216+9+71=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D80947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80947 is #27F6B8. Grayscale: #4D4D4D. Windows color (decimal): -2619065 or 4655576. OLE color: 4655576.

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

Color convert

RGB 216 9 71 -
CMYK 0 0.96 0.67 0.15
HSL 342.03º 0.92% 0.44% -
HSV(B) 342.03º 0.96% 0.85% -
XYZ 29.55 15.25 7.35 -
YUV 77.96 124.08 226.46 -
System Red Green Blue C M Y K H S L
Decimal 216 9 71 0 0.96 0.67 0.15 342.03 0.92 0.44
Hex D8 9 47 0 60 43 F 156 5C 2C
Octal 330 11 107 0 140 103 17 526 134 54
Binary 11011000 1001 1000111 0 1100000 1000011 1111 101010110 1011100 101100

Color Harmonies of #D80947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80947

Black with #D80947

Text Example


Text Example

White with #D80947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80947; }

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

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

background-color css

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

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

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

border-color css

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

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

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