Html Css Color HEX #DD322C Persian Red

📋 copy color: '#DD322C'

red 221 ◦ green 50 ◦ blue 44

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

Shades of Persian Red #DD322C

Tints of Persian Red #DD322C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.97%

R = 70.16%
G = 15.87%
B = 13.97%

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

#DD322C (or 0xDD322C) is known color: Persian Red. HEX triplet: DD, 32 and 2C. RGB value is (221,50,44). Sum of RGB (Red+Green+Blue) = 221+50+44=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD322C is #22CDD3. Grayscale: #646464. Windows color (decimal): -2280916 or 2896605. OLE color: 2896605.

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

Color convert

RGB 221 50 44 -
CMYK 0 0.77 0.80 0.13
HSL 2.03º 0.72% 0.52% -
HSV(B) 2.03º 0.8% 0.87% -
XYZ 31.41 17.84 4.17 -
YUV 100.45 96.15 213.99 -
System Red Green Blue C M Y K H S L
Decimal 221 50 44 0 0.77 0.80 0.13 2.03 0.72 0.52
Hex DD 32 2C 0 4D 50 D 2 48 34
Octal 335 62 54 0 115 120 15 2 110 64
Binary 11011101 110010 101100 0 1001101 1010000 1101 10 1001000 110100

Color Harmonies of #DD322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD322C

Black with #DD322C

Text Example


Text Example

White with #DD322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD322C; }

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

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

background-color css

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

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

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

border-color css

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

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

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