Html Css Color HEX #DD2A27 Persian Red

📋 copy color: '#DD2A27'

red 221 ◦ green 42 ◦ blue 39

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

Shades of Persian Red #DD2A27

Tints of Persian Red #DD2A27

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.91%

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

R = 73.18%
G = 13.91%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD2A27 (or 0xDD2A27) is known color: Persian Red. HEX triplet: DD, 2A and 27. RGB value is (221,42,39). Sum of RGB (Red+Green+Blue) = 221+42+39=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2A27 is #22D5D8. Grayscale: #5F5F5F. Windows color (decimal): -2282969 or 2566877. OLE color: 2566877.

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

Color convert

RGB 221 42 39 -
CMYK 0 0.81 0.82 0.13
HSL 0.99º 0.73% 0.51% -
HSV(B) 0.99º 0.82% 0.87% -
XYZ 31.01 17.17 3.6 -
YUV 95.18 96.3 217.74 -
System Red Green Blue C M Y K H S L
Decimal 221 42 39 0 0.81 0.82 0.13 0.99 0.73 0.51
Hex DD 2A 27 0 51 52 D 1 49 33
Octal 335 52 47 0 121 122 15 1 111 63
Binary 11011101 101010 100111 0 1010001 1010010 1101 1 1001001 110011

Color Harmonies of #DD2A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2A27

Black with #DD2A27

Text Example


Text Example

White with #DD2A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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