Html Css Color HEX #D20549 Crimson

📋 copy color: '#D20549'

red 210 ◦ green 5 ◦ blue 73

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

Shades of Crimson #D20549

Tints of Crimson #D20549

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

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

R = 72.92%
G = 1.74%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D20549 (or 0xD20549) is known color: Crimson. HEX triplet: D2, 05 and 49. RGB value is (210,5,73). Sum of RGB (Red+Green+Blue) = 210+5+73=288 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.92% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 210 - color contains mainly: red. Hex color #D20549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20549 is #2DFAB6. Grayscale: #494949. Windows color (decimal): -3013303 or 4785618. OLE color: 4785618.

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

Color convert

RGB 210 5 73 -
CMYK 0 0.98 0.65 0.18
HSL 340.1º 0.95% 0.42% -
HSV(B) 340.1º 0.98% 0.82% -
XYZ 27.84 14.29 7.59 -
YUV 74.05 127.42 224.97 -
System Red Green Blue C M Y K H S L
Decimal 210 5 73 0 0.98 0.65 0.18 340.1 0.95 0.42
Hex D2 5 49 0 62 41 12 154 5F 2A
Octal 322 5 111 0 142 101 22 524 137 52
Binary 11010010 101 1001001 0 1100010 1000001 10010 101010100 1011111 101010

Color Harmonies of #D20549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20549

Black with #D20549

Text Example


Text Example

White with #D20549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20549; }

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

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

background-color css

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

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

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

border-color css

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

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

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