Html Css Color HEX #D21532 Crimson

📋 copy color: '#D21532'

red 210 ◦ green 21 ◦ blue 50

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

Shades of Crimson #D21532

Tints of Crimson #D21532

RGB

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

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

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

R = 74.73%
G = 7.47%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D21532 (or 0xD21532) is known color: Crimson. HEX triplet: D2, 15 and 32. RGB value is (210,21,50). Sum of RGB (Red+Green+Blue) = 210+21+50=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D21532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21532 is #2DEACD. Grayscale: #505050. Windows color (decimal): -3009230 or 3282386. OLE color: 3282386.

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

Color convert

RGB 210 21 50 -
CMYK 0 0.90 0.76 0.18
HSL 350.79º 0.82% 0.45% -
HSV(B) 350.79º 0.9% 0.82% -
XYZ 27.42 14.47 4.36 -
YUV 80.82 110.62 220.14 -
System Red Green Blue C M Y K H S L
Decimal 210 21 50 0 0.90 0.76 0.18 350.79 0.82 0.45
Hex D2 15 32 0 5A 4C 12 15F 52 2D
Octal 322 25 62 0 132 114 22 537 122 55
Binary 11010010 10101 110010 0 1011010 1001100 10010 101011111 1010010 101101

Color Harmonies of #D21532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21532

Black with #D21532

Text Example


Text Example

White with #D21532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21532; }

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

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

background-color css

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

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

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

border-color css

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

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

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