Html Css Color HEX #DF242F Alizarin

📋 copy color: '#DF242F'

red 223 ◦ green 36 ◦ blue 47

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

Shades of Alizarin #DF242F

Tints of Alizarin #DF242F

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 223 36 47 -
CMYK 0 0.84 0.79 0.13
HSL 356.47º 0.75% 0.51% -
HSV(B) 356.47º 0.84% 0.87% -
XYZ 31.58 17.15 4.34 -
YUV 93.17 101.95 220.61 -
System Red Green Blue C M Y K H S L
Decimal 223 36 47 0 0.84 0.79 0.13 356.47 0.75 0.51
Hex DF 24 2F 0 54 4F D 164 4B 33
Octal 337 44 57 0 124 117 15 544 113 63
Binary 11011111 100100 101111 0 1010100 1001111 1101 101100100 1001011 110011

Color Harmonies of #DF242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF242F

Black with #DF242F

Text Example


Text Example

White with #DF242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF242F; }

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

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

background-color css

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

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

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

border-color css

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

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

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