Html Css Color HEX #DD201E Persian Red

📋 copy color: '#DD201E'

red 221 ◦ green 32 ◦ blue 30

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

Shades of Persian Red #DD201E

Tints of Persian Red #DD201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

 BLUE value IS 30 (12.11% from 255) = 10.6%

R = 78.09%
G = 11.31%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD201E (or 0xDD201E) is known color: Persian Red. HEX triplet: DD, 20 and 1E. RGB value is (221,32,30). Sum of RGB (Red+Green+Blue) = 221+32+30=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD201E is #22DFE1. Grayscale: #585858. Windows color (decimal): -2285538 or 1974493. OLE color: 1974493.

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

Color convert

RGB 221 32 30 -
CMYK 0 0.86 0.86 0.13
HSL 0.63º 0.76% 0.49% -
HSV(B) 0.63º 0.86% 0.87% -
XYZ 30.57 16.5 2.8 -
YUV 88.28 95.12 222.66 -
System Red Green Blue C M Y K H S L
Decimal 221 32 30 0 0.86 0.86 0.13 0.63 0.76 0.49
Hex DD 20 1E 0 56 56 D 1 4C 31
Octal 335 40 36 0 126 126 15 1 114 61
Binary 11011101 100000 11110 0 1010110 1010110 1101 1 1001100 110001

Color Harmonies of #DD201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD201E

Black with #DD201E

Text Example


Text Example

White with #DD201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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