Html Css Color HEX #D21549 Crimson

📋 copy color: '#D21549'

red 210 ◦ green 21 ◦ blue 73

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

Shades of Crimson #D21549

Tints of Crimson #D21549

RGB

 RED value IS 210 (82.42% from 255) = 69.08%

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

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

R = 69.08%
G = 6.91%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D21549 (or 0xD21549) is known color: Crimson. HEX triplet: D2, 15 and 49. RGB value is (210,21,73). Sum of RGB (Red+Green+Blue) = 210+21+73=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D21549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21549 is #2DEAB6. Grayscale: #535353. Windows color (decimal): -3009207 or 4789714. OLE color: 4789714.

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

Color convert

RGB 210 21 73 -
CMYK 0 0.90 0.65 0.18
HSL 343.49º 0.82% 0.45% -
HSV(B) 343.49º 0.9% 0.82% -
XYZ 28.05 14.72 7.67 -
YUV 83.44 122.12 218.27 -
System Red Green Blue C M Y K H S L
Decimal 210 21 73 0 0.90 0.65 0.18 343.49 0.82 0.45
Hex D2 15 49 0 5A 41 12 157 52 2D
Octal 322 25 111 0 132 101 22 527 122 55
Binary 11010010 10101 1001001 0 1011010 1000001 10010 101010111 1010010 101101

Color Harmonies of #D21549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21549

Black with #D21549

Text Example


Text Example

White with #D21549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21549; }

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

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

background-color css

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

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

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

border-color css

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

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

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