#DD2B2B

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

Shades of Persian Red #DD2B2B

Tints of Persian Red #DD2B2B

Color information

#DD2B2B (or 0xDD2B2B) is unknown color: approx Persian Red. HEX triplet: DD, 2B and 2B. RGB value is (221,43,43). Sum of RGB (Red+Green+Blue) = 221+43+43=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2B2B is #22D4D4. Grayscale: #606060. Windows color (decimal): -2282709 or 2829277. OLE color: 2829277.

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

Color convert

RGB2214343-
CMYK00.810.810.13
HSL72.36%51.76%-
HSV(B)80.54%86.67%-
XYZ31.1217.273.98-
YUV96.2297.97217-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 71.99%
GREEN value IS 43 (17.19% from 255) = 14.01%
BLUE value IS 43 (17.19% from 255) = 14.01%
R=71.99%
G=14.01%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221434300.810.810.13072.3651.76
HexDD2B2B05151D04834
Octal3355353012112115011064
Binary11011101101011101011010100011010001110101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2B2B; }

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

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

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

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

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

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

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

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