Html Css Color HEX #DF201E Persian Red

📋 copy color: '#DF201E'

red 223 ◦ green 32 ◦ blue 30

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

Shades of Persian Red #DF201E

Tints of Persian Red #DF201E

RGB

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

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

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

R = 78.25%
G = 11.23%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF201E (or 0xDF201E) is known color: Persian Red. HEX triplet: DF, 20 and 1E. RGB value is (223,32,30). Sum of RGB (Red+Green+Blue) = 223+32+30=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF201E is #20DFE1. Grayscale: #595959. Windows color (decimal): -2154466 or 1974495. OLE color: 1974495.

HSL color Cylindrical-coordinate representation of color #DF201E: 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.87%. Process color model (Four color, CMYK) of #DF201E is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 32 30 -
CMYK 0 0.86 0.87 0.13
HSL 0.62º 0.76% 0.5% -
HSV(B) 0.62º 0.87% 0.87% -
XYZ 31.18 16.81 2.83 -
YUV 88.88 94.78 223.66 -
System Red Green Blue C M Y K H S L
Decimal 223 32 30 0 0.86 0.87 0.13 0.62 0.76 0.5
Hex DF 20 1E 0 56 57 D 1 4C 32
Octal 337 40 36 0 126 127 15 1 114 62
Binary 11011111 100000 11110 0 1010110 1010111 1101 1 1001100 110010

Color Harmonies of #DF201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF201E

Black with #DF201E

Text Example


Text Example

White with #DF201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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