Html Css Color HEX #DD2D26 Persian Red

📋 copy color: '#DD2D26'

red 221 ◦ green 45 ◦ blue 38

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

Shades of Persian Red #DD2D26

Tints of Persian Red #DD2D26

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.8%

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

R = 72.7%
G = 14.8%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD2D26 (or 0xDD2D26) is known color: Persian Red. HEX triplet: DD, 2D and 26. RGB value is (221,45,38). Sum of RGB (Red+Green+Blue) = 221+45+38=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2D26 is #22D2D9. Grayscale: #616161. Windows color (decimal): -2282202 or 2502109. OLE color: 2502109.

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

Color convert

RGB 221 45 38 -
CMYK 0 0.80 0.83 0.13
HSL 2.3º 0.73% 0.51% -
HSV(B) 2.3º 0.83% 0.87% -
XYZ 31.11 17.39 3.55 -
YUV 96.83 94.81 216.57 -
System Red Green Blue C M Y K H S L
Decimal 221 45 38 0 0.80 0.83 0.13 2.3 0.73 0.51
Hex DD 2D 26 0 50 53 D 2 49 33
Octal 335 55 46 0 120 123 15 2 111 63
Binary 11011101 101101 100110 0 1010000 1010011 1101 10 1001001 110011

Color Harmonies of #DD2D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D26

Black with #DD2D26

Text Example


Text Example

White with #DD2D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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