Html Css Color HEX #DD2722 Persian Red

📋 copy color: '#DD2722'

red 221 ◦ green 39 ◦ blue 34

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

Shades of Persian Red #DD2722

Tints of Persian Red #DD2722

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.27%

 BLUE value IS 34 (13.67% from 255) = 11.56%

R = 75.17%
G = 13.27%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD2722 (or 0xDD2722) is known color: Persian Red. HEX triplet: DD, 27 and 22. RGB value is (221,39,34). Sum of RGB (Red+Green+Blue) = 221+39+34=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2722 is #22D8DD. Grayscale: #5D5D5D. Windows color (decimal): -2283742 or 2238429. OLE color: 2238429.

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

Color convert

RGB 221 39 34 -
CMYK 0 0.82 0.85 0.13
HSL 1.6º 0.73% 0.5% -
HSV(B) 1.6º 0.85% 0.87% -
XYZ 30.83 16.94 3.16 -
YUV 92.85 94.8 219.41 -
System Red Green Blue C M Y K H S L
Decimal 221 39 34 0 0.82 0.85 0.13 1.6 0.73 0.5
Hex DD 27 22 0 52 55 D 2 49 32
Octal 335 47 42 0 122 125 15 2 111 62
Binary 11011101 100111 100010 0 1010010 1010101 1101 10 1001001 110010

Color Harmonies of #DD2722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2722

Black with #DD2722

Text Example


Text Example

White with #DD2722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2722; }

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

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

background-color css

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

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

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

border-color css

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

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

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