#d23936

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

Shades of Persian Red #D23936

Tints of Persian Red #D23936

Color information

#D23936 (or 0xD23936) is unknown color: approx Persian Red. HEX triplet: D2, 39 and 36. RGB value is (210,57,54). Sum of RGB (Red+Green+Blue) = 210+57+54=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D23936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23936 is #2DC6C9. Grayscale: #666666. Windows color (decimal): -3000010 or 3553746. OLE color: 3553746.

HSL color Cylindrical-coordinate representation of color #D23936: hue angle of 1.15º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23936 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB2105754-
CMYK00.730.740.18
HSL1.15º63.41%51.76%-
HSV(B)1.15º74.29%82.35%-
XYZ28.7116.895.24-
YUV102.4100.69204.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 65.42%
GREEN value IS 57 (22.66% from 255) = 17.76%
BLUE value IS 54 (21.48% from 255) = 16.82%
R=65.42%
G=17.76%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210575400.730.740.181.1563.4151.76
HexD239360494A1213f34
Octal322716601111122217764
Binary11010010111001110110010010011001010100101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d23936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d23936; }

 p { color: rgb(210,57,54); }

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

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

 a { background-color: rgb(210,57,54); }

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

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

 span { border-color: rgb(210,57,54); }

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