Html Css Color HEX #DD2B26 Persian Red

📋 copy color: '#DD2B26'

red 221 ◦ green 43 ◦ blue 38

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

Shades of Persian Red #DD2B26

Tints of Persian Red #DD2B26

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.24%

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

R = 73.18%
G = 14.24%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD2B26 (or 0xDD2B26) is known color: Persian Red. HEX triplet: DD, 2B and 26. RGB value is (221,43,38). Sum of RGB (Red+Green+Blue) = 221+43+38=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2B26 is #22D4D9. Grayscale: #5F5F5F. Windows color (decimal): -2282714 or 2501597. OLE color: 2501597.

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

Color convert

RGB 221 43 38 -
CMYK 0 0.81 0.83 0.13
HSL 1.64º 0.73% 0.51% -
HSV(B) 1.64º 0.83% 0.87% -
XYZ 31.03 17.24 3.53 -
YUV 95.65 95.47 217.41 -
System Red Green Blue C M Y K H S L
Decimal 221 43 38 0 0.81 0.83 0.13 1.64 0.73 0.51
Hex DD 2B 26 0 51 53 D 2 49 33
Octal 335 53 46 0 121 123 15 2 111 63
Binary 11011101 101011 100110 0 1010001 1010011 1101 10 1001001 110011

Color Harmonies of #DD2B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B26

Black with #DD2B26

Text Example


Text Example

White with #DD2B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B26; }

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

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

background-color css

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

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

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

border-color css

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

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

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