#D04140

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

Shades of Persian Red #D04140

Tints of Persian Red #D04140

Color information

#D04140 (or 0xD04140) is unknown color: approx Persian Red. HEX triplet: D0, 41 and 40. RGB value is (208,65,64). Sum of RGB (Red+Green+Blue) = 208+65+64=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D04140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04140 is #2FBEBF. Grayscale: #6B6B6B. Windows color (decimal): -3129024 or 4211152. OLE color: 4211152.

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

Color convert

RGB2086564-
CMYK00.690.690.18
HSL0.42º60.5%53.33%-
HSV(B)0.42º69.23%81.57%-
XYZ28.8317.566.72-
YUV107.64103.38199.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.72%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 64 (25.39% from 255) = 18.99%
R=61.72%
G=19.29%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208656400.690.690.180.4260.553.33
HexD04140045451203d35
Octal32010110001051052207565
Binary1101000010000011000000010001011000101100100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04140; }

 p { color: rgb(208,65,64); }

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

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

 a { background-color: rgb(208,65,64); }

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

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

 span { border-color: rgb(208,65,64); }

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