#DD1C4A

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

Shades of Crimson #DD1C4A

Tints of Crimson #DD1C4A

Color information

#DD1C4A (or 0xDD1C4A) is unknown color: approx Crimson. HEX triplet: DD, 1C and 4A. RGB value is (221,28,74). Sum of RGB (Red+Green+Blue) = 221+28+74=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1C4A is #22E3B5. Grayscale: #5A5A5A. Windows color (decimal): -2286518 or 4857053. OLE color: 4857053.

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

Color convert

RGB2212874-
CMYK00.870.670.13
HSL345.7º77.51%48.82%-
HSV(B)345.7º87.33%86.67%-
XYZ31.4716.78.04-
YUV90.95118.44220.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 68.42%
GREEN value IS 28 (11.33% from 255) = 8.67%
BLUE value IS 74 (29.30% from 255) = 22.91%
R=68.42%
G=8.67%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221287400.870.670.13345.777.5148.82
HexDD1C4A05743D15a4e31
Octal3353411201271031553211661
Binary1101110111100100101001010111100001111011010110101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1C4A; }

 p { color: rgb(221,28,74); }

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

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

 a { background-color: rgb(221,28,74); }

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

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

 span { border-color: rgb(221,28,74); }

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