Html Css Color HEX #D20532 Crimson

📋 copy color: '#D20532'

red 210 ◦ green 5 ◦ blue 50

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

Shades of Crimson #D20532

Tints of Crimson #D20532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.87%

R = 79.25%
G = 1.89%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D20532 (or 0xD20532) is known color: Crimson. HEX triplet: D2, 05 and 32. RGB value is (210,5,50). Sum of RGB (Red+Green+Blue) = 210+5+50=265 (35% of max value = 765). Red value is 210 (82.42% from 255 or 79.25% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 210 - color contains mainly: red. Hex color #D20532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20532 is #2DFACD. Grayscale: #474747. Windows color (decimal): -3013326 or 3278290. OLE color: 3278290.

HSL color Cylindrical-coordinate representation of color #D20532: hue angle of 346.83º 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 #D20532 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 5 50 -
CMYK 0 0.98 0.76 0.18
HSL 346.83º 0.95% 0.42% -
HSV(B) 346.83º 0.98% 0.82% -
XYZ 27.21 14.04 4.29 -
YUV 71.43 115.92 226.84 -
System Red Green Blue C M Y K H S L
Decimal 210 5 50 0 0.98 0.76 0.18 346.83 0.95 0.42
Hex D2 5 32 0 62 4C 12 15B 5F 2A
Octal 322 5 62 0 142 114 22 533 137 52
Binary 11010010 101 110010 0 1100010 1001100 10010 101011011 1011111 101010

Color Harmonies of #D20532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20532

Black with #D20532

Text Example


Text Example

White with #D20532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20532; }

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

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

background-color css

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

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

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

border-color css

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

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

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