Html Css Color HEX #D81A49 Crimson

📋 copy color: '#D81A49'

red 216 ◦ green 26 ◦ blue 73

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

Shades of Crimson #D81A49

Tints of Crimson #D81A49

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.25%

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

R = 68.57%
G = 8.25%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D81A49 (or 0xD81A49) is known color: Crimson. HEX triplet: D8, 1A and 49. RGB value is (216,26,73). Sum of RGB (Red+Green+Blue) = 216+26+73=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A49 is #27E5B6. Grayscale: #585858. Windows color (decimal): -2614711 or 4791000. OLE color: 4791000.

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

Color convert

RGB 216 26 73 -
CMYK 0 0.88 0.66 0.15
HSL 345.16º 0.79% 0.47% -
HSV(B) 345.16º 0.88% 0.85% -
XYZ 29.89 15.82 7.78 -
YUV 88.17 119.45 219.18 -
System Red Green Blue C M Y K H S L
Decimal 216 26 73 0 0.88 0.66 0.15 345.16 0.79 0.47
Hex D8 1A 49 0 58 42 F 159 4F 2F
Octal 330 32 111 0 130 102 17 531 117 57
Binary 11011000 11010 1001001 0 1011000 1000010 1111 101011001 1001111 101111

Color Harmonies of #D81A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A49

Black with #D81A49

Text Example


Text Example

White with #D81A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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