#d23934

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

Shades of Persian Red #D23934

Tints of Persian Red #D23934

Color information

#D23934 (or 0xD23934) is unknown color: approx Persian Red. HEX triplet: D2, 39 and 34. RGB value is (210,57,52). Sum of RGB (Red+Green+Blue) = 210+57+52=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D23934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23934 is #2DC6CB. Grayscale: #666666. Windows color (decimal): -3000012 or 3422674. OLE color: 3422674.

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

Color convert

RGB2105752-
CMYK00.730.750.18
HSL1.9º63.71%51.37%-
HSV(B)1.9º75.24%82.35%-
XYZ28.6616.885-
YUV102.1899.69204.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 65.83%
GREEN value IS 57 (22.66% from 255) = 17.87%
BLUE value IS 52 (20.70% from 255) = 16.30%
R=65.83%
G=17.87%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210575200.730.750.181.963.7151.37
HexD239340494B1224033
Octal3227164011111322210063
Binary1101001011100111010001001001100101110010101000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d23934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d23934; }

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

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

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

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

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

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

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

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