#D14133

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

Shades of Persian Red #D14133

Tints of Persian Red #D14133

Color information

#D14133 (or 0xD14133) is unknown color: approx Persian Red. HEX triplet: D1, 41 and 33. RGB value is (209,65,51). Sum of RGB (Red+Green+Blue) = 209+65+51=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D14133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14133 is #2EBECC. Grayscale: #6A6A6A. Windows color (decimal): -3063501 or 3359185. OLE color: 3359185.

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

Color convert

RGB2096551-
CMYK00.690.760.18
HSL5.32º63.2%50.98%-
HSV(B)5.32º75.6%81.96%-
XYZ28.7817.575.01-
YUV106.4696.71201.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 64.31%
GREEN value IS 65 (25.78% from 255) = 20%
BLUE value IS 51 (20.31% from 255) = 15.69%
R=64.31%
G=20%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209655100.690.760.185.3263.250.98
HexD141330454C1253f33
Octal3211016301051142257763
Binary11010001100000111001101000101100110010010101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14133; }

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

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

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

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

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

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

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

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