#D73729

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

Shades of Persian Red #D73729

Tints of Persian Red #D73729

Color information

#D73729 (or 0xD73729) is unknown color: approx Persian Red. HEX triplet: D7, 37 and 29. RGB value is (215,55,41). Sum of RGB (Red+Green+Blue) = 215+55+41=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D73729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73729 is #28C8D6. Grayscale: #656565. Windows color (decimal): -2672855 or 2701271. OLE color: 2701271.

HSL color Cylindrical-coordinate representation of color #D73729: hue angle of 4.83º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D73729 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB2155541-
CMYK00.740.810.16
HSL4.83º68.5%50.2%-
HSV(B)4.83º80.93%84.31%-
XYZ29.7917.343.87-
YUV101.2494.01209.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 69.13%
GREEN value IS 55 (21.88% from 255) = 17.68%
BLUE value IS 41 (16.41% from 255) = 13.18%
R=69.13%
G=17.68%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215554100.740.810.164.8368.550.2
HexD7372904A511054532
Octal3276751011212120510562
Binary11010111110111101001010010101010001100001011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73729; }

 p { color: rgb(215,55,41); }

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

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

 a { background-color: rgb(215,55,41); }

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

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

 span { border-color: rgb(215,55,41); }

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