#DD302C

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

Shades of Persian Red #DD302C

Tints of Persian Red #DD302C

Color information

#DD302C (or 0xDD302C) is unknown color: approx Persian Red. HEX triplet: DD, 30 and 2C. RGB value is (221,48,44). Sum of RGB (Red+Green+Blue) = 221+48+44=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD302C is #22CFD3. Grayscale: #636363. Windows color (decimal): -2281428 or 2896093. OLE color: 2896093.

HSL color Cylindrical-coordinate representation of color #DD302C: hue angle of 1.36º degrees, saturation: 0.72, 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 #DD302C is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB2214844-
CMYK00.780.800.13
HSL1.36º72.24%51.96%-
HSV(B)1.36º80.09%86.67%-
XYZ31.3317.674.14-
YUV99.2796.81214.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 70.61%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 44 (17.58% from 255) = 14.06%
R=70.61%
G=15.34%
B=14.06%

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
Decimal221484400.780.800.131.3672.2451.96
HexDD302C04E50D14834
Octal3356054011612015111064
Binary11011101110000101100010011101010000110111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD302C; }

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

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

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

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

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

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

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

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