#DD3D33

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

Shades of Cinnabar #DD3D33

Tints of Cinnabar #DD3D33

Color information

#DD3D33 (or 0xDD3D33) is unknown color: approx Cinnabar. HEX triplet: DD, 3D and 33. RGB value is (221,61,51). Sum of RGB (Red+Green+Blue) = 221+61+51=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3D33 is #22C2CC. Grayscale: #6B6B6B. Windows color (decimal): -2278093 or 3358173. OLE color: 3358173.

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

Color convert

RGB2216151-
CMYK00.720.770.13
HSL3.53º71.43%53.33%-
HSV(B)3.53º76.92%86.67%-
XYZ32.0918.955.1-
YUV107.796.01208.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 66.37%
GREEN value IS 61 (24.22% from 255) = 18.32%
BLUE value IS 51 (20.31% from 255) = 15.32%
R=66.37%
G=18.32%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221615100.720.770.133.5371.4353.33
HexDD3D330484DD44735
Octal3357563011011515410765
Binary1101110111110111001101001000100110111011001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3D33; }

 p { color: rgb(221,61,51); }

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

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

 a { background-color: rgb(221,61,51); }

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

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

 span { border-color: rgb(221,61,51); }

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