Html Css Color HEX #DF2821 Persian Red

📋 copy color: '#DF2821'

red 223 ◦ green 40 ◦ blue 33

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

Shades of Persian Red #DF2821

Tints of Persian Red #DF2821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.51%

 BLUE value IS 33 (13.28% from 255) = 11.15%

R = 75.34%
G = 13.51%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF2821 (or 0xDF2821) is known color: Persian Red. HEX triplet: DF, 28 and 21. RGB value is (223,40,33). Sum of RGB (Red+Green+Blue) = 223+40+33=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2821 is #20D7DE. Grayscale: #5E5E5E. Windows color (decimal): -2152415 or 2173151. OLE color: 2173151.

HSL color Cylindrical-coordinate representation of color #DF2821: hue angle of 2.21º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF2821 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 40 33 -
CMYK 0 0.82 0.85 0.13
HSL 2.21º 0.75% 0.5% -
HSV(B) 2.21º 0.85% 0.87% -
XYZ 31.46 17.32 3.12 -
YUV 93.92 93.63 220.07 -
System Red Green Blue C M Y K H S L
Decimal 223 40 33 0 0.82 0.85 0.13 2.21 0.75 0.5
Hex DF 28 21 0 52 55 D 2 4B 32
Octal 337 50 41 0 122 125 15 2 113 62
Binary 11011111 101000 100001 0 1010010 1010101 1101 10 1001011 110010

Color Harmonies of #DF2821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2821

Black with #DF2821

Text Example


Text Example

White with #DF2821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2821; }

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

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

background-color css

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

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

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

border-color css

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

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

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