Html Css Color HEX #DF2522 Persian Red

📋 copy color: '#DF2522'

red 223 ◦ green 37 ◦ blue 34

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

Shades of Persian Red #DF2522

Tints of Persian Red #DF2522

RGB

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

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

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

R = 75.85%
G = 12.59%
B = 11.56%

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

#DF2522 (or 0xDF2522) is known color: Persian Red. HEX triplet: DF, 25 and 22. RGB value is (223,37,34). Sum of RGB (Red+Green+Blue) = 223+37+34=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2522 is #20DADD. Grayscale: #5C5C5C. Windows color (decimal): -2153182 or 2237919. OLE color: 2237919.

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

Color convert

RGB 223 37 34 -
CMYK 0 0.83 0.85 0.13
HSL 0.95º 0.75% 0.5% -
HSV(B) 0.95º 0.85% 0.87% -
XYZ 31.38 17.13 3.17 -
YUV 92.27 95.12 221.24 -
System Red Green Blue C M Y K H S L
Decimal 223 37 34 0 0.83 0.85 0.13 0.95 0.75 0.5
Hex DF 25 22 0 53 55 D 1 4B 32
Octal 337 45 42 0 123 125 15 1 113 62
Binary 11011111 100101 100010 0 1010011 1010101 1101 1 1001011 110010

Color Harmonies of #DF2522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2522

Black with #DF2522

Text Example


Text Example

White with #DF2522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2522; }

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

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

background-color css

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

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

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

border-color css

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

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

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