#DD1C3A

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

Shades of Crimson #DD1C3A

Tints of Crimson #DD1C3A

Color information

#DD1C3A (or 0xDD1C3A) is unknown color: approx Crimson. HEX triplet: DD, 1C and 3A. RGB value is (221,28,58). Sum of RGB (Red+Green+Blue) = 221+28+58=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1C3A is #22E3C5. Grayscale: #595959. Windows color (decimal): -2286534 or 3808477. OLE color: 3808477.

HSL color Cylindrical-coordinate representation of color #DD1C3A: hue angle of 350.67º 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 #DD1C3A is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB2212858-
CMYK00.870.740.13
HSL350.67º77.51%48.82%-
HSV(B)350.67º87.33%86.67%-
XYZ3116.515.56-
YUV89.13110.44222.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 71.99%
GREEN value IS 28 (11.33% from 255) = 9.12%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=71.99%
G=9.12%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221285800.870.740.13350.6777.5148.82
HexDD1C3A0574AD15f4e31
Octal335347201271121553711661
Binary110111011110011101001010111100101011011010111111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1C3A; }

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

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

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

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

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

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

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

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