Html Css Color HEX #DD3332 Persian Red

📋 copy color: '#DD3332'

red 221 ◦ green 51 ◦ blue 50

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

Shades of Persian Red #DD3332

Tints of Persian Red #DD3332

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.84%

 BLUE value IS 50 (19.92% from 255) = 15.53%

R = 68.63%
G = 15.84%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD3332 (or 0xDD3332) is known color: Persian Red. HEX triplet: DD, 33 and 32. RGB value is (221,51,50). Sum of RGB (Red+Green+Blue) = 221+51+50=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3332 is #22CCCD. Grayscale: #656565. Windows color (decimal): -2280654 or 3290077. OLE color: 3290077.

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

Color convert

RGB 221 51 50 -
CMYK 0 0.77 0.77 0.13
HSL 0.35º 0.72% 0.53% -
HSV(B) 0.35º 0.77% 0.87% -
XYZ 31.58 17.97 4.82 -
YUV 101.72 98.82 213.08 -
System Red Green Blue C M Y K H S L
Decimal 221 51 50 0 0.77 0.77 0.13 0.35 0.72 0.53
Hex DD 33 32 0 4D 4D D 0 48 35
Octal 335 63 62 0 115 115 15 0 110 65
Binary 11011101 110011 110010 0 1001101 1001101 1101 0 1001000 110101

Color Harmonies of #DD3332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3332

Black with #DD3332

Text Example


Text Example

White with #DD3332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3332; }

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

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

background-color css

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

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

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

border-color css

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

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

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