Html Css Color HEX #DD3021 Persian Red

📋 copy color: '#DD3021'

red 221 ◦ green 48 ◦ blue 33

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

Shades of Persian Red #DD3021

Tints of Persian Red #DD3021

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.89%

 BLUE value IS 33 (13.28% from 255) = 10.93%

R = 73.18%
G = 15.89%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD3021 (or 0xDD3021) is known color: Persian Red. HEX triplet: DD, 30 and 21. RGB value is (221,48,33). Sum of RGB (Red+Green+Blue) = 221+48+33=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3021 is #22CFDE. Grayscale: #626262. Windows color (decimal): -2281439 or 2175197. OLE color: 2175197.

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

Color convert

RGB 221 48 33 -
CMYK 0 0.78 0.85 0.13
HSL 4.79º 0.74% 0.5% -
HSV(B) 4.79º 0.85% 0.87% -
XYZ 31.15 17.6 3.19 -
YUV 98.02 91.31 215.72 -
System Red Green Blue C M Y K H S L
Decimal 221 48 33 0 0.78 0.85 0.13 4.79 0.74 0.5
Hex DD 30 21 0 4E 55 D 5 4A 32
Octal 335 60 41 0 116 125 15 5 112 62
Binary 11011101 110000 100001 0 1001110 1010101 1101 101 1001010 110010

Color Harmonies of #DD3021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3021

Black with #DD3021

Text Example


Text Example

White with #DD3021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3021; }

 p { color: rgb(221,48,33); }

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

background-color css

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

 a { background-color: rgb(221,48,33); }

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

border-color css

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

 span { border-color: rgb(221,48,33); }

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