#D83835

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

Shades of Persian Red #D83835

Tints of Persian Red #D83835

Color information

#D83835 (or 0xD83835) is unknown color: approx Persian Red. HEX triplet: D8, 38 and 35. RGB value is (216,56,53). Sum of RGB (Red+Green+Blue) = 216+56+53=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D83835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83835 is #27C7CA. Grayscale: #676767. Windows color (decimal): -2607051 or 3487960. OLE color: 3487960.

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

Color convert

RGB2165653-
CMYK00.740.750.15
HSL1.1º67.63%52.75%-
HSV(B)1.1º75.46%84.71%-
XYZ30.3817.685.18-
YUV103.599.51208.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 66.46%
GREEN value IS 56 (22.27% from 255) = 17.23%
BLUE value IS 53 (21.09% from 255) = 16.31%
R=66.46%
G=17.23%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216565300.740.750.151.167.6352.75
HexD8383504A4BF14435
Octal3307065011211317110465
Binary11011000111000110101010010101001011111111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83835; }

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

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

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

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

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

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

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

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