Html Css Color HEX #DD2928 Persian Red

📋 copy color: '#DD2928'

red 221 ◦ green 41 ◦ blue 40

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

Shades of Persian Red #DD2928

Tints of Persian Red #DD2928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.25%

R = 73.18%
G = 13.58%
B = 13.25%

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

#DD2928 (or 0xDD2928) is known color: Persian Red. HEX triplet: DD, 29 and 28. RGB value is (221,41,40). Sum of RGB (Red+Green+Blue) = 221+41+40=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2928 is #22D6D7. Grayscale: #5E5E5E. Windows color (decimal): -2283224 or 2632157. OLE color: 2632157.

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

Color convert

RGB 221 41 40 -
CMYK 0 0.81 0.82 0.13
HSL 0.33º 0.73% 0.51% -
HSV(B) 0.33º 0.82% 0.87% -
XYZ 30.99 17.11 3.68 -
YUV 94.71 97.13 218.08 -
System Red Green Blue C M Y K H S L
Decimal 221 41 40 0 0.81 0.82 0.13 0.33 0.73 0.51
Hex DD 29 28 0 51 52 D 0 49 33
Octal 335 51 50 0 121 122 15 0 111 63
Binary 11011101 101001 101000 0 1010001 1010010 1101 0 1001001 110011

Color Harmonies of #DD2928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2928

Black with #DD2928

Text Example


Text Example

White with #DD2928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2928; }

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

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

background-color css

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

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

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

border-color css

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

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

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