Html Css Color HEX #D81749 Crimson

📋 copy color: '#D81749'

red 216 ◦ green 23 ◦ blue 73

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

Shades of Crimson #D81749

Tints of Crimson #D81749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.37%

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

R = 69.23%
G = 7.37%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D81749 (or 0xD81749) is known color: Crimson. HEX triplet: D8, 17 and 49. RGB value is (216,23,73). Sum of RGB (Red+Green+Blue) = 216+23+73=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D81749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81749 is #27E8B6. Grayscale: #565656. Windows color (decimal): -2615479 or 4790232. OLE color: 4790232.

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

Color convert

RGB 216 23 73 -
CMYK 0 0.89 0.66 0.15
HSL 344.46º 0.81% 0.47% -
HSV(B) 344.46º 0.89% 0.85% -
XYZ 29.83 15.69 7.76 -
YUV 86.41 120.44 220.43 -
System Red Green Blue C M Y K H S L
Decimal 216 23 73 0 0.89 0.66 0.15 344.46 0.81 0.47
Hex D8 17 49 0 59 42 F 158 51 2F
Octal 330 27 111 0 131 102 17 530 121 57
Binary 11011000 10111 1001001 0 1011001 1000010 1111 101011000 1010001 101111

Color Harmonies of #D81749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81749

Black with #D81749

Text Example


Text Example

White with #D81749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81749; }

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

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

background-color css

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

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

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

border-color css

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

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

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