Html Css Color HEX #D81249 Crimson

📋 copy color: '#D81249'

red 216 ◦ green 18 ◦ blue 73

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

Shades of Crimson #D81249

Tints of Crimson #D81249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.86%

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

R = 70.36%
G = 5.86%
B = 23.78%

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

#D81249 (or 0xD81249) is known color: Crimson. HEX triplet: D8, 12 and 49. RGB value is (216,18,73). Sum of RGB (Red+Green+Blue) = 216+18+73=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D81249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81249 is #27EDB6. Grayscale: #535353. Windows color (decimal): -2616759 or 4788952. OLE color: 4788952.

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

Color convert

RGB 216 18 73 -
CMYK 0 0.92 0.66 0.15
HSL 343.33º 0.85% 0.46% -
HSV(B) 343.33º 0.92% 0.85% -
XYZ 29.74 15.51 7.73 -
YUV 83.47 122.1 222.53 -
System Red Green Blue C M Y K H S L
Decimal 216 18 73 0 0.92 0.66 0.15 343.33 0.85 0.46
Hex D8 12 49 0 5C 42 F 157 55 2E
Octal 330 22 111 0 134 102 17 527 125 56
Binary 11011000 10010 1001001 0 1011100 1000010 1111 101010111 1010101 101110

Color Harmonies of #D81249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81249

Black with #D81249

Text Example


Text Example

White with #D81249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81249; }

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

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

background-color css

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

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

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

border-color css

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

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

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