Html Css Color HEX #DF2F24 Persian Red

📋 copy color: '#DF2F24'

red 223 ◦ green 47 ◦ blue 36

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

Shades of Persian Red #DF2F24

Tints of Persian Red #DF2F24

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.36%

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

R = 72.88%
G = 15.36%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DF2F24 (or 0xDF2F24) is known color: Persian Red. HEX triplet: DF, 2F and 24. RGB value is (223,47,36). Sum of RGB (Red+Green+Blue) = 223+47+36=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2F24 is #20D0DB. Grayscale: #626262. Windows color (decimal): -2150620 or 2371551. OLE color: 2371551.

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

Color convert

RGB 223 47 36 -
CMYK 0 0.79 0.84 0.13
HSL 3.53º 0.75% 0.51% -
HSV(B) 3.53º 0.84% 0.87% -
XYZ 31.77 17.85 3.44 -
YUV 98.37 92.81 216.89 -
System Red Green Blue C M Y K H S L
Decimal 223 47 36 0 0.79 0.84 0.13 3.53 0.75 0.51
Hex DF 2F 24 0 4F 54 D 4 4B 33
Octal 337 57 44 0 117 124 15 4 113 63
Binary 11011111 101111 100100 0 1001111 1010100 1101 100 1001011 110011

Color Harmonies of #DF2F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2F24

Black with #DF2F24

Text Example


Text Example

White with #DF2F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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