#d13123

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

Shades of Persian Red #D13123

Tints of Persian Red #D13123

Color information

#D13123 (or 0xD13123) is unknown color: approx Persian Red. HEX triplet: D1, 31 and 23. RGB value is (209,49,35). Sum of RGB (Red+Green+Blue) = 209+49+35=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D13123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13123 is #2ECEDC. Grayscale: #5F5F5F. Windows color (decimal): -3067613 or 2306513. OLE color: 2306513.

HSL color Cylindrical-coordinate representation of color #D13123: hue angle of 4.83º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D13123 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB2094935-
CMYK00.770.830.18
HSL4.83º71.31%47.84%-
HSV(B)4.83º83.25%81.96%-
XYZ27.715.873.19-
YUV95.2494.01209.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 71.33%
GREEN value IS 49 (19.53% from 255) = 16.72%
BLUE value IS 35 (14.06% from 255) = 11.95%
R=71.33%
G=16.72%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209493500.770.830.184.8371.3147.84
HexD1312304D531254730
Octal3216143011512322510760
Binary11010001110001100011010011011010011100101011000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d13123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d13123; }

 p { color: rgb(209,49,35); }

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

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

 a { background-color: rgb(209,49,35); }

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

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

 span { border-color: rgb(209,49,35); }

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