#D73626

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

Shades of Persian Red #D73626

Tints of Persian Red #D73626

Color information

#D73626 (or 0xD73626) is unknown color: approx Persian Red. HEX triplet: D7, 36 and 26. RGB value is (215,54,38). Sum of RGB (Red+Green+Blue) = 215+54+38=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D73626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73626 is #28C9D9. Grayscale: #646464. Windows color (decimal): -2673114 or 2504407. OLE color: 2504407.

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

Color convert

RGB2155438-
CMYK00.750.820.16
HSL5.42º69.96%49.61%-
HSV(B)5.42º82.33%84.31%-
XYZ29.6917.233.59-
YUV100.3192.84209.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 70.03%
GREEN value IS 54 (21.48% from 255) = 17.59%
BLUE value IS 38 (15.23% from 255) = 12.38%
R=70.03%
G=17.59%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215543800.750.820.165.4269.9649.61
HexD7362604B521054632
Octal3276646011312220510662
Binary11010111110110100110010010111010010100001011000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73626; }

 p { color: rgb(215,54,38); }

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

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

 a { background-color: rgb(215,54,38); }

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

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

 span { border-color: rgb(215,54,38); }

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