Html Css Color HEX #DF2621 Persian Red

📋 copy color: '#DF2621'

red 223 ◦ green 38 ◦ blue 33

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

Shades of Persian Red #DF2621

Tints of Persian Red #DF2621

RGB

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

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

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

R = 75.85%
G = 12.93%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF2621 (or 0xDF2621) is known color: Persian Red. HEX triplet: DF, 26 and 21. RGB value is (223,38,33). Sum of RGB (Red+Green+Blue) = 223+38+33=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2621 is #20D9DE. Grayscale: #5C5C5C. Windows color (decimal): -2152927 or 2172639. OLE color: 2172639.

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

Color convert

RGB 223 38 33 -
CMYK 0 0.83 0.85 0.13
HSL 1.58º 0.75% 0.5% -
HSV(B) 1.58º 0.85% 0.87% -
XYZ 31.4 17.18 3.1 -
YUV 92.75 94.29 220.91 -
System Red Green Blue C M Y K H S L
Decimal 223 38 33 0 0.83 0.85 0.13 1.58 0.75 0.5
Hex DF 26 21 0 53 55 D 2 4B 32
Octal 337 46 41 0 123 125 15 2 113 62
Binary 11011111 100110 100001 0 1010011 1010101 1101 10 1001011 110010

Color Harmonies of #DF2621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2621

Black with #DF2621

Text Example


Text Example

White with #DF2621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2621; }

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

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

background-color css

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

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

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

border-color css

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

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

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