#DD003E

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

Shades of Crimson #DD003E

Tints of Crimson #DD003E

Color information

#DD003E (or 0xDD003E) is unknown color: approx Crimson. HEX triplet: DD, 00 and 3E. RGB value is (221,0,62). Sum of RGB (Red+Green+Blue) = 221+0+62=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD003E is #22FFC1. Grayscale: #494949. Windows color (decimal): -2293698 or 4063453. OLE color: 4063453.

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

Color convert

RGB221062-
CMYK010.720.13
HSL343.17º100%43.33%-
HSV(B)343.17º100%86.67%-
XYZ30.6915.725.97-
YUV73.15121.72233.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 78.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 21.91%
R=78.09%
G=0%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221062010.720.13343.1710043.33
HexDD03E06448D157642b
Octal33507601441101552714453
Binary11011101011111001100100100100011011010101111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD003E; }

 p { color: rgb(221,0,62); }

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

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

 a { background-color: rgb(221,0,62); }

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

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

 span { border-color: rgb(221,0,62); }

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