#DD1B35

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

Shades of Crimson #DD1B35

Tints of Crimson #DD1B35

Color information

#DD1B35 (or 0xDD1B35) is unknown color: approx Crimson. HEX triplet: DD, 1B and 35. RGB value is (221,27,53). Sum of RGB (Red+Green+Blue) = 221+27+53=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1B35 is #22E4CA. Grayscale: #585858. Windows color (decimal): -2286795 or 3480541. OLE color: 3480541.

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

Color convert

RGB2212753-
CMYK00.880.760.13
HSL351.96º78.23%48.63%-
HSV(B)351.96º87.78%86.67%-
XYZ30.8516.414.91-
YUV87.97108.27222.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 73.42%
GREEN value IS 27 (10.94% from 255) = 8.97%
BLUE value IS 53 (21.09% from 255) = 17.61%
R=73.42%
G=8.97%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221275300.880.760.13351.9678.2348.63
HexDD1B350584CD1604e31
Octal335336501301141554011661
Binary110111011101111010101011000100110011011011000001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1B35; }

 p { color: rgb(221,27,53); }

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

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

 a { background-color: rgb(221,27,53); }

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

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

 span { border-color: rgb(221,27,53); }

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