Html Css Color HEX #DF2623 Persian Red

📋 copy color: '#DF2623'

red 223 ◦ green 38 ◦ blue 35

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

Shades of Persian Red #DF2623

Tints of Persian Red #DF2623

RGB

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

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

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

R = 75.34%
G = 12.84%
B = 11.82%

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

#DF2623 (or 0xDF2623) is known color: Persian Red. HEX triplet: DF, 26 and 23. RGB value is (223,38,35). Sum of RGB (Red+Green+Blue) = 223+38+35=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2623 is #20D9DC. Grayscale: #5D5D5D. Windows color (decimal): -2152925 or 2303711. OLE color: 2303711.

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

Color convert

RGB 223 38 35 -
CMYK 0 0.83 0.84 0.13
HSL 0.96º 0.75% 0.51% -
HSV(B) 0.96º 0.84% 0.87% -
XYZ 31.43 17.2 3.25 -
YUV 92.97 95.29 220.74 -
System Red Green Blue C M Y K H S L
Decimal 223 38 35 0 0.83 0.84 0.13 0.96 0.75 0.51
Hex DF 26 23 0 53 54 D 1 4B 33
Octal 337 46 43 0 123 124 15 1 113 63
Binary 11011111 100110 100011 0 1010011 1010100 1101 1 1001011 110011

Color Harmonies of #DF2623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2623

Black with #DF2623

Text Example


Text Example

White with #DF2623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2623; }

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

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

background-color css

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

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

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

border-color css

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

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

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