#D9352A

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

Shades of Persian Red #D9352A

Tints of Persian Red #D9352A

Color information

#D9352A (or 0xD9352A) is unknown color: approx Persian Red. HEX triplet: D9, 35 and 2A. RGB value is (217,53,42). Sum of RGB (Red+Green+Blue) = 217+53+42=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D9352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9352A is #26CAD5. Grayscale: #646464. Windows color (decimal): -2542294 or 2766297. OLE color: 2766297.

HSL color Cylindrical-coordinate representation of color #D9352A: hue angle of 3.77º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9352A is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB2175342-
CMYK00.760.810.15
HSL3.77º69.72%50.78%-
HSV(B)3.77º80.65%85.1%-
XYZ30.3117.473.96-
YUV100.7894.83210.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 69.55%
GREEN value IS 53 (21.09% from 255) = 16.99%
BLUE value IS 42 (16.80% from 255) = 13.46%
R=69.55%
G=16.99%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217534200.760.810.153.7769.7250.78
HexD9352A04C51F44633
Octal3316552011412117410663
Binary1101100111010110101001001100101000111111001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9352A; }

 p { color: rgb(217,53,42); }

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

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

 a { background-color: rgb(217,53,42); }

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

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

 span { border-color: rgb(217,53,42); }

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