Html Css Color HEX #DF201F Persian Red

📋 copy color: '#DF201F'

red 223 ◦ green 32 ◦ blue 31

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

Shades of Persian Red #DF201F

Tints of Persian Red #DF201F

RGB

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

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

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

R = 77.97%
G = 11.19%
B = 10.84%

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

#DF201F (or 0xDF201F) is known color: Persian Red. HEX triplet: DF, 20 and 1F. RGB value is (223,32,31). Sum of RGB (Red+Green+Blue) = 223+32+31=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF201F is #20DFE0. Grayscale: #595959. Windows color (decimal): -2154465 or 2040031. OLE color: 2040031.

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

Color convert

RGB 223 32 31 -
CMYK 0 0.86 0.86 0.13
HSL 0.31º 0.76% 0.5% -
HSV(B) 0.31º 0.86% 0.87% -
XYZ 31.2 16.82 2.9 -
YUV 89 95.28 223.58 -
System Red Green Blue C M Y K H S L
Decimal 223 32 31 0 0.86 0.86 0.13 0.31 0.76 0.5
Hex DF 20 1F 0 56 56 D 0 4C 32
Octal 337 40 37 0 126 126 15 0 114 62
Binary 11011111 100000 11111 0 1010110 1010110 1101 0 1001100 110010

Color Harmonies of #DF201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF201F

Black with #DF201F

Text Example


Text Example

White with #DF201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF201F; }

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

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

background-color css

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

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

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

border-color css

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

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

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