Html Css Color HEX #D81449 Crimson

📋 copy color: '#D81449'

red 216 ◦ green 20 ◦ blue 73

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

Shades of Crimson #D81449

Tints of Crimson #D81449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.47%

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

R = 69.9%
G = 6.47%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D81449 (or 0xD81449) is known color: Crimson. HEX triplet: D8, 14 and 49. RGB value is (216,20,73). Sum of RGB (Red+Green+Blue) = 216+20+73=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D81449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81449 is #27EBB6. Grayscale: #545454. Windows color (decimal): -2616247 or 4789464. OLE color: 4789464.

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

Color convert

RGB 216 20 73 -
CMYK 0 0.91 0.66 0.15
HSL 343.78º 0.83% 0.46% -
HSV(B) 343.78º 0.91% 0.85% -
XYZ 29.77 15.58 7.74 -
YUV 84.65 121.43 221.69 -
System Red Green Blue C M Y K H S L
Decimal 216 20 73 0 0.91 0.66 0.15 343.78 0.83 0.46
Hex D8 14 49 0 5B 42 F 158 53 2E
Octal 330 24 111 0 133 102 17 530 123 56
Binary 11011000 10100 1001001 0 1011011 1000010 1111 101011000 1010011 101110

Color Harmonies of #D81449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81449

Black with #D81449

Text Example


Text Example

White with #D81449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81449; }

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

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

background-color css

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

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

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

border-color css

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

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

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