#DD153B

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

Shades of Crimson #DD153B

Tints of Crimson #DD153B

Color information

#DD153B (or 0xDD153B) is unknown color: approx Crimson. HEX triplet: DD, 15 and 3B. RGB value is (221,21,59). Sum of RGB (Red+Green+Blue) = 221+21+59=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD153B is #22EAC4. Grayscale: #555555. Windows color (decimal): -2288325 or 3872221. OLE color: 3872221.

HSL color Cylindrical-coordinate representation of color #DD153B: hue angle of 348.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD153B is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB2212159-
CMYK00.900.730.13
HSL348.6º82.64%47.45%-
HSV(B)348.6º90.5%86.67%-
XYZ30.8816.225.64-
YUV85.13113.26224.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 73.42%
GREEN value IS 21 (8.59% from 255) = 6.98%
BLUE value IS 59 (23.44% from 255) = 19.60%
R=73.42%
G=6.98%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221215900.900.730.13348.682.6447.45
HexDD153B05A49D15d532f
Octal335257301321111553512357
Binary110111011010111101101011010100100111011010111011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD153B; }

 p { color: rgb(221,21,59); }

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

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

 a { background-color: rgb(221,21,59); }

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

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

 span { border-color: rgb(221,21,59); }

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