Html Css Color HEX #DD211E Persian Red

📋 copy color: '#DD211E'

red 221 ◦ green 33 ◦ blue 30

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

Shades of Persian Red #DD211E

Tints of Persian Red #DD211E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.62%

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

R = 77.82%
G = 11.62%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD211E (or 0xDD211E) is known color: Persian Red. HEX triplet: DD, 21 and 1E. RGB value is (221,33,30). Sum of RGB (Red+Green+Blue) = 221+33+30=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD211E is #22DEE1. Grayscale: #595959. Windows color (decimal): -2285282 or 1974749. OLE color: 1974749.

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

Color convert

RGB 221 33 30 -
CMYK 0 0.85 0.86 0.13
HSL 0.94º 0.76% 0.49% -
HSV(B) 0.94º 0.86% 0.87% -
XYZ 30.6 16.55 2.81 -
YUV 88.87 94.78 222.24 -
System Red Green Blue C M Y K H S L
Decimal 221 33 30 0 0.85 0.86 0.13 0.94 0.76 0.49
Hex DD 21 1E 0 55 56 D 1 4C 31
Octal 335 41 36 0 125 126 15 1 114 61
Binary 11011101 100001 11110 0 1010101 1010110 1101 1 1001100 110001

Color Harmonies of #DD211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD211E

Black with #DD211E

Text Example


Text Example

White with #DD211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD211E; }

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

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

background-color css

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

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

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

border-color css

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

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

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