Html Css Color HEX #DF2520 Persian Red

📋 copy color: '#DF2520'

red 223 ◦ green 37 ◦ blue 32

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

Shades of Persian Red #DF2520

Tints of Persian Red #DF2520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.67%

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

R = 76.37%
G = 12.67%
B = 10.96%

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

#DF2520 (or 0xDF2520) is known color: Persian Red. HEX triplet: DF, 25 and 20. RGB value is (223,37,32). Sum of RGB (Red+Green+Blue) = 223+37+32=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2520 is #20DADF. Grayscale: #5C5C5C. Windows color (decimal): -2153184 or 2106847. OLE color: 2106847.

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

Color convert

RGB 223 37 32 -
CMYK 0 0.83 0.86 0.13
HSL 1.57º 0.75% 0.5% -
HSV(B) 1.57º 0.86% 0.87% -
XYZ 31.35 17.12 3.02 -
YUV 92.04 94.12 221.41 -
System Red Green Blue C M Y K H S L
Decimal 223 37 32 0 0.83 0.86 0.13 1.57 0.75 0.5
Hex DF 25 20 0 53 56 D 2 4B 32
Octal 337 45 40 0 123 126 15 2 113 62
Binary 11011111 100101 100000 0 1010011 1010110 1101 10 1001011 110010

Color Harmonies of #DF2520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2520

Black with #DF2520

Text Example


Text Example

White with #DF2520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2520; }

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

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

background-color css

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

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

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

border-color css

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

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

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