Html Css Color HEX #DF221F Persian Red

📋 copy color: '#DF221F'

red 223 ◦ green 34 ◦ blue 31

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

Shades of Persian Red #DF221F

Tints of Persian Red #DF221F

RGB

 RED value IS 223 (87.5% from 255) = 77.43%

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

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

R = 77.43%
G = 11.81%
B = 10.76%

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

#DF221F (or 0xDF221F) is known color: Persian Red. HEX triplet: DF, 22 and 1F. RGB value is (223,34,31). Sum of RGB (Red+Green+Blue) = 223+34+31=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF221F is #20DDE0. Grayscale: #5A5A5A. Windows color (decimal): -2153953 or 2040543. OLE color: 2040543.

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

Color convert

RGB 223 34 31 -
CMYK 0 0.85 0.86 0.13
HSL 0.94º 0.76% 0.5% -
HSV(B) 0.94º 0.86% 0.87% -
XYZ 31.25 16.93 2.92 -
YUV 90.17 94.62 222.74 -
System Red Green Blue C M Y K H S L
Decimal 223 34 31 0 0.85 0.86 0.13 0.94 0.76 0.5
Hex DF 22 1F 0 55 56 D 1 4C 32
Octal 337 42 37 0 125 126 15 1 114 62
Binary 11011111 100010 11111 0 1010101 1010110 1101 1 1001100 110010

Color Harmonies of #DF221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF221F

Black with #DF221F

Text Example


Text Example

White with #DF221F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF221F; }

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

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

background-color css

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

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

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

border-color css

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

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

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