#D1413A

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

Shades of Persian Red #D1413A

Tints of Persian Red #D1413A

Color information

#D1413A (or 0xD1413A) is unknown color: approx Persian Red. HEX triplet: D1, 41 and 3A. RGB value is (209,65,58). Sum of RGB (Red+Green+Blue) = 209+65+58=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D1413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1413A is #2EBEC5. Grayscale: #6B6B6B. Windows color (decimal): -3063494 or 3817937. OLE color: 3817937.

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

Color convert

RGB2096558-
CMYK00.690.720.18
HSL2.78º62.14%52.35%-
HSV(B)2.78º72.25%81.96%-
XYZ28.9517.645.88-
YUV107.26100.21200.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 62.95%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 58 (23.05% from 255) = 17.47%
R=62.95%
G=19.58%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209655800.690.720.182.7862.1452.35
HexD1413A045481233e34
Octal3211017201051102237664
Binary1101000110000011110100100010110010001001011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1413A; }

 p { color: rgb(209,65,58); }

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

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

 a { background-color: rgb(209,65,58); }

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

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

 span { border-color: rgb(209,65,58); }

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