#DF302C

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

Shades of Persian Red #DF302C

Tints of Persian Red #DF302C

Color information

#DF302C (or 0xDF302C) is unknown color: approx Persian Red. HEX triplet: DF, 30 and 2C. RGB value is (223,48,44). Sum of RGB (Red+Green+Blue) = 223+48+44=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF302C is #20CFD3. Grayscale: #646464. Windows color (decimal): -2150356 or 2896095. OLE color: 2896095.

HSL color Cylindrical-coordinate representation of color #DF302C: hue angle of 1.34º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF302C is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB2234844-
CMYK00.780.800.13
HSL1.34º73.66%52.35%-
HSV(B)1.34º80.27%87.45%-
XYZ31.9417.984.17-
YUV99.8796.48215.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 70.79%
GREEN value IS 48 (19.14% from 255) = 15.24%
BLUE value IS 44 (17.58% from 255) = 13.97%
R=70.79%
G=15.24%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223484400.780.800.131.3473.6652.35
HexDF302C04E50D14a34
Octal3376054011612015111264
Binary11011111110000101100010011101010000110111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF302C; }

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

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

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

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

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

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

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

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