#DC302B

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

Shades of Persian Red #DC302B

Tints of Persian Red #DC302B

Color information

#DC302B (or 0xDC302B) is unknown color: approx Persian Red. HEX triplet: DC, 30 and 2B. RGB value is (220,48,43). Sum of RGB (Red+Green+Blue) = 220+48+43=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC302B is #23CFD4. Grayscale: #636363. Windows color (decimal): -2346965 or 2830556. OLE color: 2830556.

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

Color convert

RGB2204843-
CMYK00.780.800.14
HSL1.69º71.66%51.57%-
HSV(B)1.69º80.45%86.27%-
XYZ31.0117.54.03-
YUV98.8696.48214.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 70.74%
GREEN value IS 48 (19.14% from 255) = 15.43%
BLUE value IS 43 (17.19% from 255) = 13.83%
R=70.74%
G=15.43%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220484300.780.800.141.6971.6651.57
HexDC302B04E50E24834
Octal3346053011612016211064
Binary110111001100001010110100111010100001110101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC302B; }

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

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

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

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

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

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

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

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