#D3322B

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

Shades of Persian Red #D3322B

Tints of Persian Red #D3322B

Color information

#D3322B (or 0xD3322B) is unknown color: approx Persian Red. HEX triplet: D3, 32 and 2B. RGB value is (211,50,43). Sum of RGB (Red+Green+Blue) = 211+50+43=304 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.41% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 211 - color contains mainly: red. Hex color #D3322B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3322B is #2CCDD4. Grayscale: #616161. Windows color (decimal): -2936277 or 2831059. OLE color: 2831059.

HSL color Cylindrical-coordinate representation of color #D3322B: hue angle of 2.5º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3322B is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB2115043-
CMYK00.760.800.17
HSL2.5º66.14%49.8%-
HSV(B)2.5º79.62%82.75%-
XYZ28.4416.33.93-
YUV97.3497.34209.07-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 69.41%
GREEN value IS 50 (19.92% from 255) = 16.45%
BLUE value IS 43 (17.19% from 255) = 14.14%
R=69.41%
G=16.45%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211504300.760.800.172.566.1449.8
HexD3322B04C501134232
Octal3236253011412021310262
Binary1101001111001010101101001100101000010001111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3322B; }

 p { color: rgb(211,50,43); }

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

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

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

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

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

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

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