Html Css Color HEX #DF2B20 Persian Red

📋 copy color: '#DF2B20'

red 223 ◦ green 43 ◦ blue 32

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

Shades of Persian Red #DF2B20

Tints of Persian Red #DF2B20

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.43%

 BLUE value IS 32 (12.89% from 255) = 10.74%

R = 74.83%
G = 14.43%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF2B20 (or 0xDF2B20) is known color: Persian Red. HEX triplet: DF, 2B and 20. RGB value is (223,43,32). Sum of RGB (Red+Green+Blue) = 223+43+32=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2B20 is #20D4DF. Grayscale: #5F5F5F. Windows color (decimal): -2151648 or 2108383. OLE color: 2108383.

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

Color convert

RGB 223 43 32 -
CMYK 0 0.81 0.86 0.13
HSL 3.46º 0.75% 0.5% -
HSV(B) 3.46º 0.86% 0.87% -
XYZ 31.56 17.52 3.09 -
YUV 95.57 92.13 218.89 -
System Red Green Blue C M Y K H S L
Decimal 223 43 32 0 0.81 0.86 0.13 3.46 0.75 0.5
Hex DF 2B 20 0 51 56 D 3 4B 32
Octal 337 53 40 0 121 126 15 3 113 62
Binary 11011111 101011 100000 0 1010001 1010110 1101 11 1001011 110010

Color Harmonies of #DF2B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2B20

Black with #DF2B20

Text Example


Text Example

White with #DF2B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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