#DC302F

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

Shades of Persian Red #DC302F

Tints of Persian Red #DC302F

Color information

#DC302F (or 0xDC302F) is unknown color: approx Persian Red. HEX triplet: DC, 30 and 2F. RGB value is (220,48,47). Sum of RGB (Red+Green+Blue) = 220+48+47=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC302F is #23CFD0. Grayscale: #636363. Windows color (decimal): -2346961 or 3092700. OLE color: 3092700.

HSL color Cylindrical-coordinate representation of color #DC302F: hue angle of 0.35º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC302F is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB2204847-
CMYK00.780.790.14
HSL0.35º71.19%52.35%-
HSV(B)0.35º78.64%86.27%-
XYZ31.0917.534.44-
YUV99.3198.48214.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 69.84%
GREEN value IS 48 (19.14% from 255) = 15.24%
BLUE value IS 47 (18.75% from 255) = 14.92%
R=69.84%
G=15.24%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220484700.780.790.140.3571.1952.35
HexDC302F04E4FE04734
Octal3346057011611716010764
Binary11011100110000101111010011101001111111001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC302F; }

 p { color: rgb(220,48,47); }

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

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

 a { background-color: rgb(220,48,47); }

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

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

 span { border-color: rgb(220,48,47); }

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