Html Css Color HEX #DD2E29 Persian Red

📋 copy color: '#DD2E29'

red 221 ◦ green 46 ◦ blue 41

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

Shades of Persian Red #DD2E29

Tints of Persian Red #DD2E29

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.94%

 BLUE value IS 41 (16.41% from 255) = 13.31%

R = 71.75%
G = 14.94%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD2E29 (or 0xDD2E29) is known color: Persian Red. HEX triplet: DD, 2E and 29. RGB value is (221,46,41). Sum of RGB (Red+Green+Blue) = 221+46+41=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2E29 is #22D1D6. Grayscale: #616161. Windows color (decimal): -2281943 or 2698973. OLE color: 2698973.

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

Color convert

RGB 221 46 41 -
CMYK 0 0.79 0.81 0.13
HSL 1.67º 0.73% 0.51% -
HSV(B) 1.67º 0.81% 0.87% -
XYZ 31.2 17.49 3.83 -
YUV 97.76 95.98 215.91 -
System Red Green Blue C M Y K H S L
Decimal 221 46 41 0 0.79 0.81 0.13 1.67 0.73 0.51
Hex DD 2E 29 0 4F 51 D 2 49 33
Octal 335 56 51 0 117 121 15 2 111 63
Binary 11011101 101110 101001 0 1001111 1010001 1101 10 1001001 110011

Color Harmonies of #DD2E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2E29

Black with #DD2E29

Text Example


Text Example

White with #DD2E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2E29; }

 p { color: rgb(221,46,41); }

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

background-color css

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

 a { background-color: rgb(221,46,41); }

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

border-color css

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

 span { border-color: rgb(221,46,41); }

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