Html Css Color HEX #DD2320 Persian Red

📋 copy color: '#DD2320'

red 221 ◦ green 35 ◦ blue 32

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

Shades of Persian Red #DD2320

Tints of Persian Red #DD2320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.15%

 BLUE value IS 32 (12.89% from 255) = 11.11%

R = 76.74%
G = 12.15%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD2320 (or 0xDD2320) is known color: Persian Red. HEX triplet: DD, 23 and 20. RGB value is (221,35,32). Sum of RGB (Red+Green+Blue) = 221+35+32=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2320 is #22DCDF. Grayscale: #5A5A5A. Windows color (decimal): -2284768 or 2106333. OLE color: 2106333.

HSL color Cylindrical-coordinate representation of color #DD2320: hue angle of 0.95º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD2320 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 35 32 -
CMYK 0 0.84 0.86 0.13
HSL 0.95º 0.75% 0.5% -
HSV(B) 0.95º 0.86% 0.87% -
XYZ 30.68 16.68 2.97 -
YUV 90.27 95.12 221.24 -
System Red Green Blue C M Y K H S L
Decimal 221 35 32 0 0.84 0.86 0.13 0.95 0.75 0.5
Hex DD 23 20 0 54 56 D 1 4B 32
Octal 335 43 40 0 124 126 15 1 113 62
Binary 11011101 100011 100000 0 1010100 1010110 1101 1 1001011 110010

Color Harmonies of #DD2320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2320

Black with #DD2320

Text Example


Text Example

White with #DD2320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2320; }

 p { color: rgb(221,35,32); }

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

background-color css

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

 a { background-color: rgb(221,35,32); }

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

border-color css

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

 span { border-color: rgb(221,35,32); }

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