#D14130

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

Shades of Persian Red #D14130

Tints of Persian Red #D14130

Color information

#D14130 (or 0xD14130) is unknown color: approx Persian Red. HEX triplet: D1, 41 and 30. RGB value is (209,65,48). Sum of RGB (Red+Green+Blue) = 209+65+48=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D14130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14130 is #2EBECF. Grayscale: #6A6A6A. Windows color (decimal): -3063504 or 3162577. OLE color: 3162577.

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

Color convert

RGB2096548-
CMYK00.690.770.18
HSL6.34º63.64%50.39%-
HSV(B)6.34º77.03%81.96%-
XYZ28.7217.554.67-
YUV106.1295.21201.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 64.91%
GREEN value IS 65 (25.78% from 255) = 20.19%
BLUE value IS 48 (19.14% from 255) = 14.91%
R=64.91%
G=20.19%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209654800.690.770.186.3463.6450.39
HexD141300454D1264032
Octal32110160010511522610062
Binary110100011000001110000010001011001101100101101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14130; }

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

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

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

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

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

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

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

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