Html Css Color HEX #DF211F Persian Red

📋 copy color: '#DF211F'

red 223 ◦ green 33 ◦ blue 31

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

Shades of Persian Red #DF211F

Tints of Persian Red #DF211F

RGB

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

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

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

R = 77.7%
G = 11.5%
B = 10.8%

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

#DF211F (or 0xDF211F) is known color: Persian Red. HEX triplet: DF, 21 and 1F. RGB value is (223,33,31). Sum of RGB (Red+Green+Blue) = 223+33+31=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF211F is #20DEE0. Grayscale: #595959. Windows color (decimal): -2154209 or 2040287. OLE color: 2040287.

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

Color convert

RGB 223 33 31 -
CMYK 0 0.85 0.86 0.13
HSL 0.63º 0.76% 0.5% -
HSV(B) 0.63º 0.86% 0.87% -
XYZ 31.22 16.87 2.91 -
YUV 89.58 94.95 223.16 -
System Red Green Blue C M Y K H S L
Decimal 223 33 31 0 0.85 0.86 0.13 0.63 0.76 0.5
Hex DF 21 1F 0 55 56 D 1 4C 32
Octal 337 41 37 0 125 126 15 1 114 62
Binary 11011111 100001 11111 0 1010101 1010110 1101 1 1001100 110010

Color Harmonies of #DF211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF211F

Black with #DF211F

Text Example


Text Example

White with #DF211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF211F; }

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

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

background-color css

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

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

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

border-color css

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

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

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