#D83625

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

Shades of Persian Red #D83625

Tints of Persian Red #D83625

Color information

#D83625 (or 0xD83625) is unknown color: approx Persian Red. HEX triplet: D8, 36 and 25. RGB value is (216,54,37). Sum of RGB (Red+Green+Blue) = 216+54+37=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D83625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83625 is #27C9DA. Grayscale: #646464. Windows color (decimal): -2607579 or 2438872. OLE color: 2438872.

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

Color convert

RGB2165437-
CMYK00.750.830.15
HSL5.7º70.75%49.61%-
HSV(B)5.7º82.87%84.71%-
XYZ29.9717.373.52-
YUV100.592.17210.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 70.36%
GREEN value IS 54 (21.48% from 255) = 17.59%
BLUE value IS 37 (14.84% from 255) = 12.05%
R=70.36%
G=17.59%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216543700.750.830.155.770.7549.61
HexD8362504B53F64732
Octal3306645011312317610762
Binary1101100011011010010101001011101001111111101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83625; }

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

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

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

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

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

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

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

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