#DD1038

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

Shades of Crimson #DD1038

Tints of Crimson #DD1038

Color information

#DD1038 (or 0xDD1038) is unknown color: approx Crimson. HEX triplet: DD, 10 and 38. RGB value is (221,16,56). Sum of RGB (Red+Green+Blue) = 221+16+56=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1038 is #22EFC7. Grayscale: #515151. Windows color (decimal): -2289608 or 3674333. OLE color: 3674333.

HSL color Cylindrical-coordinate representation of color #DD1038: hue angle of 348.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1038 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB2211656-
CMYK00.930.750.13
HSL348.29º86.5%46.47%-
HSV(B)348.29º92.76%86.67%-
XYZ30.7216.035.22-
YUV81.85113.42227.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 75.43%
GREEN value IS 16 (6.64% from 255) = 5.46%
BLUE value IS 56 (22.27% from 255) = 19.11%
R=75.43%
G=5.46%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221165600.930.750.13348.2986.546.47
HexDD103805D4BD15c562e
Octal335207001351131553412656
Binary110111011000011100001011101100101111011010111001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1038; }

 p { color: rgb(221,16,56); }

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

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

 a { background-color: rgb(221,16,56); }

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

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

 span { border-color: rgb(221,16,56); }

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