Html Css Color HEX #DD2C27 Persian Red

📋 copy color: '#DD2C27'

red 221 ◦ green 44 ◦ blue 39

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

Shades of Persian Red #DD2C27

Tints of Persian Red #DD2C27

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.47%

 BLUE value IS 39 (15.63% from 255) = 12.83%

R = 72.7%
G = 14.47%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD2C27 (or 0xDD2C27) is known color: Persian Red. HEX triplet: DD, 2C and 27. RGB value is (221,44,39). Sum of RGB (Red+Green+Blue) = 221+44+39=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2C27 is #22D3D8. Grayscale: #606060. Windows color (decimal): -2282457 or 2567389. OLE color: 2567389.

HSL color Cylindrical-coordinate representation of color #DD2C27: hue angle of 1.65º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2C27 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 44 39 -
CMYK 0 0.80 0.82 0.13
HSL 1.65º 0.73% 0.51% -
HSV(B) 1.65º 0.82% 0.87% -
XYZ 31.09 17.32 3.62 -
YUV 96.35 95.64 216.91 -
System Red Green Blue C M Y K H S L
Decimal 221 44 39 0 0.80 0.82 0.13 1.65 0.73 0.51
Hex DD 2C 27 0 50 52 D 2 49 33
Octal 335 54 47 0 120 122 15 2 111 63
Binary 11011101 101100 100111 0 1010000 1010010 1101 10 1001001 110011

Color Harmonies of #DD2C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2C27

Black with #DD2C27

Text Example


Text Example

White with #DD2C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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