Html Css Color HEX #DD322D Persian Red

📋 copy color: '#DD322D'

red 221 ◦ green 50 ◦ blue 45

#DD322D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #DD322D

Tints of Persian Red #DD322D

RGB

 RED value IS 221 (86.72% from 255) = 69.94%

 GREEN value IS 50 (19.92% from 255) = 15.82%

 BLUE value IS 45 (17.97% from 255) = 14.24%

R = 69.94%
G = 15.82%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD322D (or 0xDD322D) is known color: Persian Red. HEX triplet: DD, 32 and 2D. RGB value is (221,50,45). Sum of RGB (Red+Green+Blue) = 221+50+45=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD322D is #22CDD2. Grayscale: #646464. Windows color (decimal): -2280915 or 2962141. OLE color: 2962141.

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

Color convert

RGB 221 50 45 -
CMYK 0 0.77 0.80 0.13
HSL 1.7º 0.72% 0.52% -
HSV(B) 1.7º 0.8% 0.87% -
XYZ 31.43 17.84 4.27 -
YUV 100.56 96.65 213.91 -
System Red Green Blue C M Y K H S L
Decimal 221 50 45 0 0.77 0.80 0.13 1.7 0.72 0.52
Hex DD 32 2D 0 4D 50 D 2 48 34
Octal 335 62 55 0 115 120 15 2 110 64
Binary 11011101 110010 101101 0 1001101 1010000 1101 10 1001000 110100

Color Harmonies of #DD322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD322D

Black with #DD322D

Text Example


Text Example

White with #DD322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD322D; }

 p { color: rgb(221,50,45); }

 H1.HeaderClassName
 {
   color: #DD322D;
 }
 .AnyTagClassName
 {
   color: #DD322D;
 }
</style>

background-color css

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

 a { background-color: rgb(221,50,45); }

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

border-color css

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

 span { border-color: rgb(221,50,45); }

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