#D83225

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

Shades of Persian Red #D83225

Tints of Persian Red #D83225

Color information

#D83225 (or 0xD83225) is unknown color: approx Persian Red. HEX triplet: D8, 32 and 25. RGB value is (216,50,37). Sum of RGB (Red+Green+Blue) = 216+50+37=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D83225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83225 is #27CDDA. Grayscale: #626262. Windows color (decimal): -2608603 or 2437848. OLE color: 2437848.

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

Color convert

RGB2165037-
CMYK00.770.830.15
HSL4.36º70.75%49.61%-
HSV(B)4.36º82.87%84.71%-
XYZ29.7917.013.46-
YUV98.1593.5212.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 71.29%
GREEN value IS 50 (19.92% from 255) = 16.50%
BLUE value IS 37 (14.84% from 255) = 12.21%
R=71.29%
G=16.50%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216503700.770.830.154.3670.7549.61
HexD8322504D53F44732
Octal3306245011512317410762
Binary1101100011001010010101001101101001111111001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83225; }

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

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

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

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

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

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

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

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