Html Css Color HEX #DD221F Persian Red

📋 copy color: '#DD221F'

red 221 ◦ green 34 ◦ blue 31

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

Shades of Persian Red #DD221F

Tints of Persian Red #DD221F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.89%

 BLUE value IS 31 (12.5% from 255) = 10.84%

R = 77.27%
G = 11.89%
B = 10.84%

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

#DD221F (or 0xDD221F) is known color: Persian Red. HEX triplet: DD, 22 and 1F. RGB value is (221,34,31). Sum of RGB (Red+Green+Blue) = 221+34+31=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD221F is #22DDE0. Grayscale: #595959. Windows color (decimal): -2285025 or 2040541. OLE color: 2040541.

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

Color convert

RGB 221 34 31 -
CMYK 0 0.85 0.86 0.13
HSL 0.95º 0.75% 0.49% -
HSV(B) 0.95º 0.86% 0.87% -
XYZ 30.64 16.62 2.89 -
YUV 89.57 94.95 221.74 -
System Red Green Blue C M Y K H S L
Decimal 221 34 31 0 0.85 0.86 0.13 0.95 0.75 0.49
Hex DD 22 1F 0 55 56 D 1 4B 31
Octal 335 42 37 0 125 126 15 1 113 61
Binary 11011101 100010 11111 0 1010101 1010110 1101 1 1001011 110001

Color Harmonies of #DD221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD221F

Black with #DD221F

Text Example


Text Example

White with #DD221F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD221F; }

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

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

background-color css

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

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

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

border-color css

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

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

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