#D9342A

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

Shades of Persian Red #D9342A

Tints of Persian Red #D9342A

Color information

#D9342A (or 0xD9342A) is unknown color: approx Persian Red. HEX triplet: D9, 34 and 2A. RGB value is (217,52,42). Sum of RGB (Red+Green+Blue) = 217+52+42=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D9342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9342A is #26CBD5. Grayscale: #646464. Windows color (decimal): -2542550 or 2766041. OLE color: 2766041.

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

Color convert

RGB2175242-
CMYK00.760.810.15
HSL3.43º69.72%50.78%-
HSV(B)3.43º80.65%85.1%-
XYZ30.2617.373.95-
YUV100.295.16211.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 69.77%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 42 (16.80% from 255) = 13.50%
R=69.77%
G=16.72%
B=13.50%

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
Decimal217524200.760.810.153.4369.7250.78
HexD9342A04C51F34633
Octal3316452011412117310663
Binary110110011101001010100100110010100011111111000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9342A; }

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

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

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

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

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

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

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

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