Html Css Color HEX #DD3127 Persian Red

📋 copy color: '#DD3127'

red 221 ◦ green 49 ◦ blue 39

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

Shades of Persian Red #DD3127

Tints of Persian Red #DD3127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

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

R = 71.52%
G = 15.86%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD3127 (or 0xDD3127) is known color: Persian Red. HEX triplet: DD, 31 and 27. RGB value is (221,49,39). Sum of RGB (Red+Green+Blue) = 221+49+39=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3127 is #22CED8. Grayscale: #636363. Windows color (decimal): -2281177 or 2568669. OLE color: 2568669.

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

Color convert

RGB 221 49 39 -
CMYK 0 0.78 0.82 0.13
HSL 3.3º 0.73% 0.51% -
HSV(B) 3.3º 0.82% 0.87% -
XYZ 31.28 17.72 3.69 -
YUV 99.29 93.98 214.81 -
System Red Green Blue C M Y K H S L
Decimal 221 49 39 0 0.78 0.82 0.13 3.3 0.73 0.51
Hex DD 31 27 0 4E 52 D 3 49 33
Octal 335 61 47 0 116 122 15 3 111 63
Binary 11011101 110001 100111 0 1001110 1010010 1101 11 1001001 110011

Color Harmonies of #DD3127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3127

Black with #DD3127

Text Example


Text Example

White with #DD3127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3127; }

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

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

background-color css

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

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

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

border-color css

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

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

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