#DD3F3B

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

Shades of Cinnabar #DD3F3B

Tints of Cinnabar #DD3F3B

Color information

#DD3F3B (or 0xDD3F3B) is unknown color: approx Cinnabar. HEX triplet: DD, 3F and 3B. RGB value is (221,63,59). Sum of RGB (Red+Green+Blue) = 221+63+59=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F3B is #22C0C4. Grayscale: #6D6D6D. Windows color (decimal): -2277573 or 3882973. OLE color: 3882973.

HSL color Cylindrical-coordinate representation of color #DD3F3B: hue angle of 1.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD3F3B is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB2216359-
CMYK00.710.730.13
HSL1.48º70.43%54.9%-
HSV(B)1.48º73.3%86.67%-
XYZ32.3919.246.15-
YUV109.7999.35207.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 64.43%
GREEN value IS 63 (25% from 255) = 18.37%
BLUE value IS 59 (23.44% from 255) = 17.20%
R=64.43%
G=18.37%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221635900.710.730.131.4870.4354.9
HexDD3F3B04749D14637
Octal3357773010711115110667
Binary11011101111111111011010001111001001110111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3F3B; }

 p { color: rgb(221,63,59); }

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

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

 a { background-color: rgb(221,63,59); }

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

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

 span { border-color: rgb(221,63,59); }

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