#D9302C

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

Shades of Persian Red #D9302C

Tints of Persian Red #D9302C

Color information

#D9302C (or 0xD9302C) is unknown color: approx Persian Red. HEX triplet: D9, 30 and 2C. RGB value is (217,48,44). Sum of RGB (Red+Green+Blue) = 217+48+44=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D9302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9302C is #26CFD3. Grayscale: #626262. Windows color (decimal): -2543572 or 2896089. OLE color: 2896089.

HSL color Cylindrical-coordinate representation of color #D9302C: hue angle of 1.39º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9302C is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB2174844-
CMYK00.780.800.15
HSL1.39º69.48%51.18%-
HSV(B)1.39º79.72%85.1%-
XYZ30.1317.054.09-
YUV98.0897.49212.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 70.23%
GREEN value IS 48 (19.14% from 255) = 15.53%
BLUE value IS 44 (17.58% from 255) = 14.24%
R=70.23%
G=15.53%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217484400.780.800.151.3969.4851.18
HexD9302C04E50F14533
Octal3316054011612017110563
Binary11011001110000101100010011101010000111111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9302C; }

 p { color: rgb(217,48,44); }

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

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

 a { background-color: rgb(217,48,44); }

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

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

 span { border-color: rgb(217,48,44); }

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