#D0342E

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

Shades of Persian Red #D0342E

Tints of Persian Red #D0342E

Color information

#D0342E (or 0xD0342E) is unknown color: approx Persian Red. HEX triplet: D0, 34 and 2E. RGB value is (208,52,46). Sum of RGB (Red+Green+Blue) = 208+52+46=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D0342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0342E is #2FCBD1. Grayscale: #626262. Windows color (decimal): -3132370 or 3028176. OLE color: 3028176.

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

Color convert

RGB2085246-
CMYK00.750.780.18
HSL2.22º63.78%49.8%-
HSV(B)2.22º77.88%81.57%-
XYZ27.7316.064.22-
YUV97.9698.68206.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 67.97%
GREEN value IS 52 (20.70% from 255) = 16.99%
BLUE value IS 46 (18.36% from 255) = 15.03%
R=67.97%
G=16.99%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208524600.750.780.182.2263.7849.8
HexD0342E04B4E1224032
Octal3206456011311622210062
Binary1101000011010010111001001011100111010010101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0342E; }

 p { color: rgb(208,52,46); }

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

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

 a { background-color: rgb(208,52,46); }

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

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

 span { border-color: rgb(208,52,46); }

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