Html Css Color HEX #DF2624 Persian Red

📋 copy color: '#DF2624'

red 223 ◦ green 38 ◦ blue 36

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

Shades of Persian Red #DF2624

Tints of Persian Red #DF2624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.12%

R = 75.08%
G = 12.79%
B = 12.12%

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

#DF2624 (or 0xDF2624) is known color: Persian Red. HEX triplet: DF, 26 and 24. RGB value is (223,38,36). Sum of RGB (Red+Green+Blue) = 223+38+36=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2624 is #20D9DB. Grayscale: #5D5D5D. Windows color (decimal): -2152924 or 2369247. OLE color: 2369247.

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

Color convert

RGB 223 38 36 -
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.44 17.2 3.33 -
YUV 93.09 95.79 220.66 -
System Red Green Blue C M Y K H S L
Decimal 223 38 36 0 0.83 0.84 0.13 0.64 0.75 0.51
Hex DF 26 24 0 53 54 D 1 4B 33
Octal 337 46 44 0 123 124 15 1 113 63
Binary 11011111 100110 100100 0 1010011 1010100 1101 1 1001011 110011

Color Harmonies of #DF2624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2624

Black with #DF2624

Text Example


Text Example

White with #DF2624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2624; }

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

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

background-color css

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

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

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

border-color css

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

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

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