Html Css Color HEX #DD322B Persian Red

📋 copy color: '#DD322B'

red 221 ◦ green 50 ◦ blue 43

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

Shades of Persian Red #DD322B

Tints of Persian Red #DD322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.69%

R = 70.38%
G = 15.92%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD322B (or 0xDD322B) is known color: Persian Red. HEX triplet: DD, 32 and 2B. RGB value is (221,50,43). Sum of RGB (Red+Green+Blue) = 221+50+43=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD322B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD322B is #22CDD4. Grayscale: #646464. Windows color (decimal): -2280917 or 2831069. OLE color: 2831069.

HSL color Cylindrical-coordinate representation of color #DD322B: hue angle of 2.36º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD322B is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 50 43 -
CMYK 0 0.77 0.81 0.13
HSL 2.36º 0.72% 0.52% -
HSV(B) 2.36º 0.81% 0.87% -
XYZ 31.4 17.83 4.07 -
YUV 100.33 95.65 214.07 -
System Red Green Blue C M Y K H S L
Decimal 221 50 43 0 0.77 0.81 0.13 2.36 0.72 0.52
Hex DD 32 2B 0 4D 51 D 2 48 34
Octal 335 62 53 0 115 121 15 2 110 64
Binary 11011101 110010 101011 0 1001101 1010001 1101 10 1001000 110100

Color Harmonies of #DD322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD322B

Black with #DD322B

Text Example


Text Example

White with #DD322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD322B; }

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

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

background-color css

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

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

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

border-color css

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

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

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