#D83825

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

Shades of Persian Red #D83825

Tints of Persian Red #D83825

Color information

#D83825 (or 0xD83825) is unknown color: approx Persian Red. HEX triplet: D8, 38 and 25. RGB value is (216,56,37). Sum of RGB (Red+Green+Blue) = 216+56+37=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D83825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83825 is #27C7DA. Grayscale: #656565. Windows color (decimal): -2607067 or 2439384. OLE color: 2439384.

HSL color Cylindrical-coordinate representation of color #D83825: hue angle of 6.37º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D83825 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB2165637-
CMYK00.740.830.15
HSL6.37º70.75%49.61%-
HSV(B)6.37º82.87%84.71%-
XYZ30.0717.563.56-
YUV101.6791.51209.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 69.90%
GREEN value IS 56 (22.27% from 255) = 18.12%
BLUE value IS 37 (14.84% from 255) = 11.97%
R=69.90%
G=18.12%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216563700.740.830.156.3770.7549.61
HexD8382504A53F64732
Octal3307045011212317610762
Binary1101100011100010010101001010101001111111101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83825; }

 p { color: rgb(216,56,37); }

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

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

 a { background-color: rgb(216,56,37); }

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

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

 span { border-color: rgb(216,56,37); }

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