#D73A30

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

Shades of Persian Red #D73A30

Tints of Persian Red #D73A30

Color information

#D73A30 (or 0xD73A30) is unknown color: approx Persian Red. HEX triplet: D7, 3A and 30. RGB value is (215,58,48). Sum of RGB (Red+Green+Blue) = 215+58+48=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D73A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73A30 is #28C5CF. Grayscale: #686868. Windows color (decimal): -2672080 or 3160791. OLE color: 3160791.

HSL color Cylindrical-coordinate representation of color #D73A30: hue angle of 3.59º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D73A30 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB2155848-
CMYK00.730.780.16
HSL3.59º67.61%51.57%-
HSV(B)3.59º77.67%84.31%-
XYZ30.0717.694.63-
YUV103.896.51207.31-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 66.98%
GREEN value IS 58 (23.05% from 255) = 18.07%
BLUE value IS 48 (19.14% from 255) = 14.95%
R=66.98%
G=18.07%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215584800.730.780.163.5967.6151.57
HexD73A300494E1044434
Octal3277260011111620410464
Binary11010111111010110000010010011001110100001001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73A30; }

 p { color: rgb(215,58,48); }

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

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

 a { background-color: rgb(215,58,48); }

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

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

 span { border-color: rgb(215,58,48); }

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