Html Css Color HEX #DF2823 Persian Red

📋 copy color: '#DF2823'

red 223 ◦ green 40 ◦ blue 35

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

Shades of Persian Red #DF2823

Tints of Persian Red #DF2823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.74%

R = 74.83%
G = 13.42%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DF2823 (or 0xDF2823) is known color: Persian Red. HEX triplet: DF, 28 and 23. RGB value is (223,40,35). Sum of RGB (Red+Green+Blue) = 223+40+35=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2823 is #20D7DC. Grayscale: #5E5E5E. Windows color (decimal): -2152413 or 2304223. OLE color: 2304223.

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

Color convert

RGB 223 40 35 -
CMYK 0 0.82 0.84 0.13
HSL 1.6º 0.75% 0.51% -
HSV(B) 1.6º 0.84% 0.87% -
XYZ 31.49 17.33 3.27 -
YUV 94.15 94.63 219.91 -
System Red Green Blue C M Y K H S L
Decimal 223 40 35 0 0.82 0.84 0.13 1.6 0.75 0.51
Hex DF 28 23 0 52 54 D 2 4B 33
Octal 337 50 43 0 122 124 15 2 113 63
Binary 11011111 101000 100011 0 1010010 1010100 1101 10 1001011 110011

Color Harmonies of #DF2823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2823

Black with #DF2823

Text Example


Text Example

White with #DF2823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2823; }

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

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

background-color css

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

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

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

border-color css

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

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

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