#D2322C

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

Shades of Persian Red #D2322C

Tints of Persian Red #D2322C

Color information

#D2322C (or 0xD2322C) is unknown color: approx Persian Red. HEX triplet: D2, 32 and 2C. RGB value is (210,50,44). Sum of RGB (Red+Green+Blue) = 210+50+44=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D2322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2322C is #2DCDD3. Grayscale: #616161. Windows color (decimal): -3001812 or 2896594. OLE color: 2896594.

HSL color Cylindrical-coordinate representation of color #D2322C: hue angle of 2.17º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2322C is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB2105044-
CMYK00.760.790.18
HSL2.17º65.35%49.8%-
HSV(B)2.17º79.05%82.35%-
XYZ28.1716.164.02-
YUV97.1698.01208.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 69.08%
GREEN value IS 50 (19.92% from 255) = 16.45%
BLUE value IS 44 (17.58% from 255) = 14.47%
R=69.08%
G=16.45%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210504400.760.790.182.1765.3549.8
HexD2322C04C4F1224132
Octal3226254011411722210162
Binary1101001011001010110001001100100111110010101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2322C; }

 p { color: rgb(210,50,44); }

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

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

 a { background-color: rgb(210,50,44); }

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

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

 span { border-color: rgb(210,50,44); }

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