#D21E4A

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

Shades of Crimson #D21E4A

Tints of Crimson #D21E4A

Color information

#D21E4A (or 0xD21E4A) is unknown color: approx Crimson. HEX triplet: D2, 1E and 4A. RGB value is (210,30,74). Sum of RGB (Red+Green+Blue) = 210+30+74=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21E4A is #2DE1B5. Grayscale: #585858. Windows color (decimal): -3006902 or 4857554. OLE color: 4857554.

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

Color convert

RGB2103074-
CMYK00.860.650.18
HSL345.33º75%47.06%-
HSV(B)345.33º85.71%82.35%-
XYZ28.2815.127.91-
YUV88.84119.63214.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 66.88%
GREEN value IS 30 (12.11% from 255) = 9.55%
BLUE value IS 74 (29.30% from 255) = 23.57%
R=66.88%
G=9.55%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210307400.860.650.18345.337547.06
HexD21E4A05641121594b2f
Octal3223611201261012253111357
Binary11010010111101001010010101101000001100101010110011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21E4A; }

 p { color: rgb(210,30,74); }

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

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

 a { background-color: rgb(210,30,74); }

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

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

 span { border-color: rgb(210,30,74); }

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