#DD1448

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

Shades of Crimson #DD1448

Tints of Crimson #DD1448

Color information

#DD1448 (or 0xDD1448) is unknown color: approx Crimson. HEX triplet: DD, 14 and 48. RGB value is (221,20,72). Sum of RGB (Red+Green+Blue) = 221+20+72=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1448 is #22EBB7. Grayscale: #565656. Windows color (decimal): -2288568 or 4723933. OLE color: 4723933.

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

Color convert

RGB2212072-
CMYK00.910.670.13
HSL344.48º83.4%47.25%-
HSV(B)344.48º90.95%86.67%-
XYZ31.2416.347.64-
YUV86.03120.09224.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 70.61%
GREEN value IS 20 (8.20% from 255) = 6.39%
BLUE value IS 72 (28.52% from 255) = 23.00%
R=70.61%
G=6.39%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221207200.910.670.13344.4883.447.25
HexDD144805B43D158532f
Octal3352411001331031553012357
Binary1101110110100100100001011011100001111011010110001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1448; }

 p { color: rgb(221,20,72); }

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

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

 a { background-color: rgb(221,20,72); }

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

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

 span { border-color: rgb(221,20,72); }

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