Html Css Color HEX #DD2D22 Persian Red

📋 copy color: '#DD2D22'

red 221 ◦ green 45 ◦ blue 34

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

Shades of Persian Red #DD2D22

Tints of Persian Red #DD2D22

RGB

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

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

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

R = 73.67%
G = 15%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD2D22 (or 0xDD2D22) is known color: Persian Red. HEX triplet: DD, 2D and 22. RGB value is (221,45,34). Sum of RGB (Red+Green+Blue) = 221+45+34=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2D22 is #22D2DD. Grayscale: #606060. Windows color (decimal): -2282206 or 2239965. OLE color: 2239965.

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

Color convert

RGB 221 45 34 -
CMYK 0 0.80 0.85 0.13
HSL 3.53º 0.73% 0.5% -
HSV(B) 3.53º 0.85% 0.87% -
XYZ 31.05 17.36 3.23 -
YUV 96.37 92.81 216.89 -
System Red Green Blue C M Y K H S L
Decimal 221 45 34 0 0.80 0.85 0.13 3.53 0.73 0.5
Hex DD 2D 22 0 50 55 D 4 49 32
Octal 335 55 42 0 120 125 15 4 111 62
Binary 11011101 101101 100010 0 1010000 1010101 1101 100 1001001 110010

Color Harmonies of #DD2D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D22

Black with #DD2D22

Text Example


Text Example

White with #DD2D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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