Html Css Color HEX #DF2523 Persian Red

📋 copy color: '#DF2523'

red 223 ◦ green 37 ◦ blue 35

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

Shades of Persian Red #DF2523

Tints of Persian Red #DF2523

RGB

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

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

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

R = 75.59%
G = 12.54%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DF2523 (or 0xDF2523) is known color: Persian Red. HEX triplet: DF, 25 and 23. RGB value is (223,37,35). Sum of RGB (Red+Green+Blue) = 223+37+35=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2523 is #20DADC. Grayscale: #5C5C5C. Windows color (decimal): -2153181 or 2303455. OLE color: 2303455.

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

Color convert

RGB 223 37 35 -
CMYK 0 0.83 0.84 0.13
HSL 0.64º 0.75% 0.51% -
HSV(B) 0.64º 0.84% 0.87% -
XYZ 31.4 17.13 3.24 -
YUV 92.39 95.62 221.16 -
System Red Green Blue C M Y K H S L
Decimal 223 37 35 0 0.83 0.84 0.13 0.64 0.75 0.51
Hex DF 25 23 0 53 54 D 1 4B 33
Octal 337 45 43 0 123 124 15 1 113 63
Binary 11011111 100101 100011 0 1010011 1010100 1101 1 1001011 110011

Color Harmonies of #DF2523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2523

Black with #DF2523

Text Example


Text Example

White with #DF2523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2523; }

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

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

background-color css

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

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

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

border-color css

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

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

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