#DD3333

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

Shades of Persian Red #DD3333

Tints of Persian Red #DD3333

Color information

#DD3333 (or 0xDD3333) is unknown color: approx Persian Red. HEX triplet: DD, 33 and 33. RGB value is (221,51,51). Sum of RGB (Red+Green+Blue) = 221+51+51=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3333 is #22CCCC. Grayscale: #666666. Windows color (decimal): -2280653 or 3355613. OLE color: 3355613.

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

Color convert

RGB2215151-
CMYK00.770.770.13
HSL71.43%53.33%-
HSV(B)76.92%86.67%-
XYZ31.617.984.94-
YUV101.8399.32213-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 68.42%
GREEN value IS 51 (20.31% from 255) = 15.79%
BLUE value IS 51 (20.31% from 255) = 15.79%
R=68.42%
G=15.79%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221515100.770.770.13071.4353.33
HexDD333304D4DD04735
Octal3356363011511515010765
Binary11011101110011110011010011011001101110101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3333; }

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

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

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

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

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

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

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

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