#D21231

Color #D21231 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #D21231

Tints of Crimson #D21231

Color information

#D21231 (or 0xD21231) is unknown color: approx Crimson. HEX triplet: D2, 12 and 31. RGB value is (210,18,49). Sum of RGB (Red+Green+Blue) = 210+18+49=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D21231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21231 is #2DEDCE. Grayscale: #4F4F4F. Windows color (decimal): -3009999 or 3216082. OLE color: 3216082.

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

Color convert

RGB2101849-
CMYK00.910.770.18
HSL350.31º84.21%44.71%-
HSV(B)350.31º91.43%82.35%-
XYZ27.3514.364.24-
YUV78.94111.11221.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 75.81%
GREEN value IS 18 (7.42% from 255) = 6.50%
BLUE value IS 49 (19.53% from 255) = 17.69%
R=75.81%
G=6.50%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210184900.910.770.18350.3184.2144.71
HexD2123105B4D1215e542d
Octal322226101331152253612455
Binary1101001010010110001010110111001101100101010111101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21231; }

 p { color: rgb(210,18,49); }

 H1.HeaderClassName
 {
   color: #D21231;
 }
 .AnyTagClassName
 {
   color: #D21231;
 }
</style>
background-color css

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

 a { background-color: rgb(210,18,49); }

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

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

 span { border-color: rgb(210,18,49); }

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