Html Css Color HEX #DF2620 Persian Red

📋 copy color: '#DF2620'

red 223 ◦ green 38 ◦ blue 32

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

Shades of Persian Red #DF2620

Tints of Persian Red #DF2620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.97%

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

R = 76.11%
G = 12.97%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF2620 (or 0xDF2620) is known color: Persian Red. HEX triplet: DF, 26 and 20. RGB value is (223,38,32). Sum of RGB (Red+Green+Blue) = 223+38+32=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2620 is #20D9DF. Grayscale: #5C5C5C. Windows color (decimal): -2152928 or 2107103. OLE color: 2107103.

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

Color convert

RGB 223 38 32 -
CMYK 0 0.83 0.86 0.13
HSL 1.88º 0.75% 0.5% -
HSV(B) 1.88º 0.86% 0.87% -
XYZ 31.39 17.18 3.03 -
YUV 92.63 93.79 220.99 -
System Red Green Blue C M Y K H S L
Decimal 223 38 32 0 0.83 0.86 0.13 1.88 0.75 0.5
Hex DF 26 20 0 53 56 D 2 4B 32
Octal 337 46 40 0 123 126 15 2 113 62
Binary 11011111 100110 100000 0 1010011 1010110 1101 10 1001011 110010

Color Harmonies of #DF2620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2620

Black with #DF2620

Text Example


Text Example

White with #DF2620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2620; }

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

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

background-color css

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

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

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

border-color css

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

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

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