#D14238

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

Shades of Persian Red #D14238

Tints of Persian Red #D14238

Color information

#D14238 (or 0xD14238) is unknown color: approx Persian Red. HEX triplet: D1, 42 and 38. RGB value is (209,66,56). Sum of RGB (Red+Green+Blue) = 209+66+56=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D14238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14238 is #2EBDC7. Grayscale: #6B6B6B. Windows color (decimal): -3063240 or 3687121. OLE color: 3687121.

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

Color convert

RGB2096656-
CMYK00.680.730.18
HSL3.92º62.45%51.96%-
HSV(B)3.92º73.21%81.96%-
XYZ28.9617.745.64-
YUV107.6298.88200.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 63.14%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 56 (22.27% from 255) = 16.92%
R=63.14%
G=19.94%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209665600.680.730.183.9262.4551.96
HexD14238044491243e34
Octal3211027001041112247664
Binary11010001100001011100001000100100100110010100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14238; }

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

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

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

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

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

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

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

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