Html Css Color HEX #D31549 Crimson

📋 copy color: '#D31549'

red 211 ◦ green 21 ◦ blue 73

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

Shades of Crimson #D31549

Tints of Crimson #D31549

RGB

 RED value IS 211 (82.81% from 255) = 69.18%

 GREEN value IS 21 (8.59% from 255) = 6.89%

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

R = 69.18%
G = 6.89%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D31549 (or 0xD31549) is known color: Crimson. HEX triplet: D3, 15 and 49. RGB value is (211,21,73). Sum of RGB (Red+Green+Blue) = 211+21+73=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D31549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31549 is #2CEAB6. Grayscale: #535353. Windows color (decimal): -2943671 or 4789715. OLE color: 4789715.

HSL color Cylindrical-coordinate representation of color #D31549: hue angle of 343.58º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31549 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 21 73 -
CMYK 0 0.90 0.65 0.17
HSL 343.58º 0.82% 0.45% -
HSV(B) 343.58º 0.9% 0.83% -
XYZ 28.33 14.87 7.68 -
YUV 83.74 121.95 218.77 -
System Red Green Blue C M Y K H S L
Decimal 211 21 73 0 0.90 0.65 0.17 343.58 0.82 0.45
Hex D3 15 49 0 5A 41 11 158 52 2D
Octal 323 25 111 0 132 101 21 530 122 55
Binary 11010011 10101 1001001 0 1011010 1000001 10001 101011000 1010010 101101

Color Harmonies of #D31549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31549

Black with #D31549

Text Example


Text Example

White with #D31549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31549; }

 p { color: rgb(211,21,73); }

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

background-color css

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

 a { background-color: rgb(211,21,73); }

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

border-color css

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

 span { border-color: rgb(211,21,73); }

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