#D21045

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

Shades of Crimson #D21045

Tints of Crimson #D21045

Color information

#D21045 (or 0xD21045) is unknown color: approx Crimson. HEX triplet: D2, 10 and 45. RGB value is (210,16,69). Sum of RGB (Red+Green+Blue) = 210+16+69=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D21045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21045 is #2DEFBA. Grayscale: #505050. Windows color (decimal): -3010491 or 4526290. OLE color: 4526290.

HSL color Cylindrical-coordinate representation of color #D21045: hue angle of 343.61º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21045 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB2101669-
CMYK00.920.670.18
HSL343.61º85.84%44.31%-
HSV(B)343.61º92.38%82.35%-
XYZ27.8414.56.96-
YUV80.05121.77220.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 71.19%
GREEN value IS 16 (6.64% from 255) = 5.42%
BLUE value IS 69 (27.34% from 255) = 23.39%
R=71.19%
G=5.42%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210166900.920.670.18343.6185.8444.31
HexD2104505C4312158562c
Octal3222010501341032253012654
Binary11010010100001000101010111001000011100101010110001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21045; }

 p { color: rgb(210,16,69); }

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

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

 a { background-color: rgb(210,16,69); }

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

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

 span { border-color: rgb(210,16,69); }

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