Html Css Color HEX #DF243F Alizarin

📋 copy color: '#DF243F'

red 223 ◦ green 36 ◦ blue 63

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

Shades of Alizarin #DF243F

Tints of Alizarin #DF243F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.57%

R = 69.25%
G = 11.18%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF243F (or 0xDF243F) is known color: Alizarin. HEX triplet: DF, 24 and 3F. RGB value is (223,36,63). Sum of RGB (Red+Green+Blue) = 223+36+63=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF243F is #20DBC0. Grayscale: #5F5F5F. Windows color (decimal): -2153409 or 4138207. OLE color: 4138207.

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

Color convert

RGB 223 36 63 -
CMYK 0 0.84 0.72 0.13
HSL 351.34º 0.75% 0.51% -
HSV(B) 351.34º 0.84% 0.87% -
XYZ 31.96 17.31 6.36 -
YUV 94.99 109.95 219.3 -
System Red Green Blue C M Y K H S L
Decimal 223 36 63 0 0.84 0.72 0.13 351.34 0.75 0.51
Hex DF 24 3F 0 54 48 D 15F 4B 33
Octal 337 44 77 0 124 110 15 537 113 63
Binary 11011111 100100 111111 0 1010100 1001000 1101 101011111 1001011 110011

Color Harmonies of #DF243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF243F

Black with #DF243F

Text Example


Text Example

White with #DF243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF243F; }

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

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

background-color css

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

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

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

border-color css

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

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

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