Html Css Color HEX #DD2726 Persian Red

📋 copy color: '#DD2726'

red 221 ◦ green 39 ◦ blue 38

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

Shades of Persian Red #DD2726

Tints of Persian Red #DD2726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.75%

R = 74.16%
G = 13.09%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD2726 (or 0xDD2726) is known color: Persian Red. HEX triplet: DD, 27 and 26. RGB value is (221,39,38). Sum of RGB (Red+Green+Blue) = 221+39+38=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2726 is #22D8D9. Grayscale: #5D5D5D. Windows color (decimal): -2283738 or 2500573. OLE color: 2500573.

HSL color Cylindrical-coordinate representation of color #DD2726: 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.83%. Process color model (Four color, CMYK) of #DD2726 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 39 38 -
CMYK 0 0.82 0.83 0.13
HSL 0.33º 0.73% 0.51% -
HSV(B) 0.33º 0.83% 0.87% -
XYZ 30.89 16.96 3.48 -
YUV 93.3 96.8 219.08 -
System Red Green Blue C M Y K H S L
Decimal 221 39 38 0 0.82 0.83 0.13 0.33 0.73 0.51
Hex DD 27 26 0 52 53 D 0 49 33
Octal 335 47 46 0 122 123 15 0 111 63
Binary 11011101 100111 100110 0 1010010 1010011 1101 0 1001001 110011

Color Harmonies of #DD2726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2726

Black with #DD2726

Text Example


Text Example

White with #DD2726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2726; }

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

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

background-color css

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

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

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

border-color css

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

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

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