#D21434

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

Shades of Crimson #D21434

Tints of Crimson #D21434

Color information

#D21434 (or 0xD21434) is unknown color: approx Crimson. HEX triplet: D2, 14 and 34. RGB value is (210,20,52). Sum of RGB (Red+Green+Blue) = 210+20+52=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D21434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21434 is #2DEBCB. Grayscale: #505050. Windows color (decimal): -3009484 or 3413202. OLE color: 3413202.

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

Color convert

RGB2102052-
CMYK00.900.750.18
HSL349.89º82.61%45.1%-
HSV(B)349.89º90.48%82.35%-
XYZ27.4514.454.59-
YUV80.46111.95220.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 74.47%
GREEN value IS 20 (8.20% from 255) = 7.09%
BLUE value IS 52 (20.70% from 255) = 18.44%
R=74.47%
G=7.09%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210205200.900.750.18349.8982.6145.1
HexD2143405A4B1215e532d
Octal322246401321132253612355
Binary1101001010100110100010110101001011100101010111101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21434; }

 p { color: rgb(210,20,52); }

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

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

 a { background-color: rgb(210,20,52); }

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

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

 span { border-color: rgb(210,20,52); }

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