Html Css Color HEX #DD2E28 Persian Red

📋 copy color: '#DD2E28'

red 221 ◦ green 46 ◦ blue 40

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

Shades of Persian Red #DD2E28

Tints of Persian Red #DD2E28

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.98%

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

R = 71.99%
G = 14.98%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD2E28 (or 0xDD2E28) is known color: Persian Red. HEX triplet: DD, 2E and 28. RGB value is (221,46,40). Sum of RGB (Red+Green+Blue) = 221+46+40=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2E28 is #22D1D7. Grayscale: #616161. Windows color (decimal): -2281944 or 2633437. OLE color: 2633437.

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

Color convert

RGB 221 46 40 -
CMYK 0 0.79 0.82 0.13
HSL 1.99º 0.73% 0.51% -
HSV(B) 1.99º 0.82% 0.87% -
XYZ 31.18 17.48 3.74 -
YUV 97.64 95.48 215.99 -
System Red Green Blue C M Y K H S L
Decimal 221 46 40 0 0.79 0.82 0.13 1.99 0.73 0.51
Hex DD 2E 28 0 4F 52 D 2 49 33
Octal 335 56 50 0 117 122 15 2 111 63
Binary 11011101 101110 101000 0 1001111 1010010 1101 10 1001001 110011

Color Harmonies of #DD2E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2E28

Black with #DD2E28

Text Example


Text Example

White with #DD2E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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