#D14241

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

Shades of Persian Red #D14241

Tints of Persian Red #D14241

Color information

#D14241 (or 0xD14241) is unknown color: approx Persian Red. HEX triplet: D1, 42 and 41. RGB value is (209,66,65). Sum of RGB (Red+Green+Blue) = 209+66+65=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D14241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14241 is #2EBDBE. Grayscale: #6C6C6C. Windows color (decimal): -3063231 or 4276945. OLE color: 4276945.

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

Color convert

RGB2096665-
CMYK00.680.690.18
HSL0.42º61.02%53.73%-
HSV(B)0.42º68.9%81.96%-
XYZ29.217.836.9-
YUV108.64103.38199.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 61.47%
GREEN value IS 66 (26.17% from 255) = 19.41%
BLUE value IS 65 (25.78% from 255) = 19.12%
R=61.47%
G=19.41%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209666500.680.690.180.4261.0253.73
HexD14241044451203d36
Octal32110210101041052207566
Binary1101000110000101000001010001001000101100100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14241; }

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

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

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

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

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

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

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

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