Html Css Color HEX #DF2922 Persian Red

📋 copy color: '#DF2922'

red 223 ◦ green 41 ◦ blue 34

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

Shades of Persian Red #DF2922

Tints of Persian Red #DF2922

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.76%

 BLUE value IS 34 (13.67% from 255) = 11.41%

R = 74.83%
G = 13.76%
B = 11.41%

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

#DF2922 (or 0xDF2922) is known color: Persian Red. HEX triplet: DF, 29 and 22. RGB value is (223,41,34). Sum of RGB (Red+Green+Blue) = 223+41+34=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2922 is #20D6DD. Grayscale: #5E5E5E. Windows color (decimal): -2152158 or 2238943. OLE color: 2238943.

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

Color convert

RGB 223 41 34 -
CMYK 0 0.82 0.85 0.13
HSL 2.22º 0.75% 0.5% -
HSV(B) 2.22º 0.85% 0.87% -
XYZ 31.51 17.39 3.21 -
YUV 94.62 93.8 219.57 -
System Red Green Blue C M Y K H S L
Decimal 223 41 34 0 0.82 0.85 0.13 2.22 0.75 0.5
Hex DF 29 22 0 52 55 D 2 4B 32
Octal 337 51 42 0 122 125 15 2 113 62
Binary 11011111 101001 100010 0 1010010 1010101 1101 10 1001011 110010

Color Harmonies of #DF2922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2922

Black with #DF2922

Text Example


Text Example

White with #DF2922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2922; }

 p { color: rgb(223,41,34); }

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

background-color css

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

 a { background-color: rgb(223,41,34); }

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

border-color css

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

 span { border-color: rgb(223,41,34); }

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