#DD0034

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

Shades of Crimson #DD0034

Tints of Crimson #DD0034

Color information

#DD0034 (or 0xDD0034) is unknown color: approx Crimson. HEX triplet: DD, 00 and 34. RGB value is (221,0,52). Sum of RGB (Red+Green+Blue) = 221+0+52=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0034 is #22FFCB. Grayscale: #484848. Windows color (decimal): -2293708 or 3408093. OLE color: 3408093.

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

Color convert

RGB221052-
CMYK010.760.13
HSL345.88º100%43.33%-
HSV(B)345.88º100%86.67%-
XYZ30.4415.624.66-
YUV72.01116.72234.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 80.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 19.05%
R=80.95%
G=0%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221052010.760.13345.8810043.33
HexDD0340644CD15a642b
Octal33506401441141553214453
Binary11011101011010001100100100110011011010110101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0034; }

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

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

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

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

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

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

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

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