Html Css Color HEX #DD3331 Persian Red

📋 copy color: '#DD3331'

red 221 ◦ green 51 ◦ blue 49

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

Shades of Persian Red #DD3331

Tints of Persian Red #DD3331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.26%

R = 68.85%
G = 15.89%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD3331 (or 0xDD3331) is known color: Persian Red. HEX triplet: DD, 33 and 31. RGB value is (221,51,49). Sum of RGB (Red+Green+Blue) = 221+51+49=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3331 is #22CCCE. Grayscale: #656565. Windows color (decimal): -2280655 or 3224541. OLE color: 3224541.

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

Color convert

RGB 221 51 49 -
CMYK 0 0.77 0.78 0.13
HSL 0.7º 0.72% 0.53% -
HSV(B) 0.7º 0.78% 0.87% -
XYZ 31.56 17.96 4.71 -
YUV 101.6 98.32 213.16 -
System Red Green Blue C M Y K H S L
Decimal 221 51 49 0 0.77 0.78 0.13 0.7 0.72 0.53
Hex DD 33 31 0 4D 4E D 1 48 35
Octal 335 63 61 0 115 116 15 1 110 65
Binary 11011101 110011 110001 0 1001101 1001110 1101 1 1001000 110101

Color Harmonies of #DD3331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3331

Black with #DD3331

Text Example


Text Example

White with #DD3331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3331; }

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

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

background-color css

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

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

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

border-color css

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

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

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