Html Css Color HEX #D51549 Crimson

📋 copy color: '#D51549'

red 213 ◦ green 21 ◦ blue 73

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

Shades of Crimson #D51549

Tints of Crimson #D51549

RGB

 RED value IS 213 (83.59% from 255) = 69.38%

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

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

R = 69.38%
G = 6.84%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D51549 (or 0xD51549) is known color: Crimson. HEX triplet: D5, 15 and 49. RGB value is (213,21,73). Sum of RGB (Red+Green+Blue) = 213+21+73=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D51549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51549 is #2AEAB6. Grayscale: #545454. Windows color (decimal): -2812599 or 4789717. OLE color: 4789717.

HSL color Cylindrical-coordinate representation of color #D51549: hue angle of 343.75º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51549 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 21 73 -
CMYK 0 0.90 0.66 0.16
HSL 343.75º 0.82% 0.46% -
HSV(B) 343.75º 0.9% 0.84% -
XYZ 28.91 15.16 7.71 -
YUV 84.34 121.61 219.77 -
System Red Green Blue C M Y K H S L
Decimal 213 21 73 0 0.90 0.66 0.16 343.75 0.82 0.46
Hex D5 15 49 0 5A 42 10 158 52 2E
Octal 325 25 111 0 132 102 20 530 122 56
Binary 11010101 10101 1001001 0 1011010 1000010 10000 101011000 1010010 101110

Color Harmonies of #D51549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51549

Black with #D51549

Text Example


Text Example

White with #D51549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51549; }

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

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

background-color css

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

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

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

border-color css

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

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

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