Html Css Color HEX #D81149 Crimson

📋 copy color: '#D81149'

red 216 ◦ green 17 ◦ blue 73

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

Shades of Crimson #D81149

Tints of Crimson #D81149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.56%

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

R = 70.59%
G = 5.56%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D81149 (or 0xD81149) is known color: Crimson. HEX triplet: D8, 11 and 49. RGB value is (216,17,73). Sum of RGB (Red+Green+Blue) = 216+17+73=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D81149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81149 is #27EEB6. Grayscale: #525252. Windows color (decimal): -2617015 or 4788696. OLE color: 4788696.

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

Color convert

RGB 216 17 73 -
CMYK 0 0.92 0.66 0.15
HSL 343.12º 0.85% 0.46% -
HSV(B) 343.12º 0.92% 0.85% -
XYZ 29.72 15.48 7.72 -
YUV 82.89 122.43 222.95 -
System Red Green Blue C M Y K H S L
Decimal 216 17 73 0 0.92 0.66 0.15 343.12 0.85 0.46
Hex D8 11 49 0 5C 42 F 157 55 2E
Octal 330 21 111 0 134 102 17 527 125 56
Binary 11011000 10001 1001001 0 1011100 1000010 1111 101010111 1010101 101110

Color Harmonies of #D81149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81149

Black with #D81149

Text Example


Text Example

White with #D81149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81149; }

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

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

background-color css

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

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

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

border-color css

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

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

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