Html Css Color HEX #DD2929 Persian Red

📋 copy color: '#DD2929'

red 221 ◦ green 41 ◦ blue 41

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

Shades of Persian Red #DD2929

Tints of Persian Red #DD2929

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.53%

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

R = 72.94%
G = 13.53%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD2929 (or 0xDD2929) is known color: Persian Red. HEX triplet: DD, 29 and 29. RGB value is (221,41,41). Sum of RGB (Red+Green+Blue) = 221+41+41=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2929 is #22D6D6. Grayscale: #5F5F5F. Windows color (decimal): -2283223 or 2697693. OLE color: 2697693.

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

Color convert

RGB 221 41 41 -
CMYK 0 0.81 0.81 0.13
HSL 0.73% 0.51% -
HSV(B) 0.81% 0.87% -
XYZ 31.01 17.12 3.77 -
YUV 94.82 97.63 218 -
System Red Green Blue C M Y K H S L
Decimal 221 41 41 0 0.81 0.81 0.13 0 0.73 0.51
Hex DD 29 29 0 51 51 D 0 49 33
Octal 335 51 51 0 121 121 15 0 111 63
Binary 11011101 101001 101001 0 1010001 1010001 1101 0 1001001 110011

Color Harmonies of #DD2929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2929

Black with #DD2929

Text Example


Text Example

White with #DD2929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2929; }

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

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

background-color css

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

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

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

border-color css

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

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

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