Html Css Color HEX #DF243E Alizarin

📋 copy color: '#DF243E'

red 223 ◦ green 36 ◦ blue 62

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

Shades of Alizarin #DF243E

Tints of Alizarin #DF243E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.31%

R = 69.47%
G = 11.21%
B = 19.31%

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

#DF243E (or 0xDF243E) is known color: Alizarin. HEX triplet: DF, 24 and 3E. RGB value is (223,36,62). Sum of RGB (Red+Green+Blue) = 223+36+62=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF243E is #20DBC1. Grayscale: #5E5E5E. Windows color (decimal): -2153410 or 4072671. OLE color: 4072671.

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

Color convert

RGB 223 36 62 -
CMYK 0 0.84 0.72 0.13
HSL 351.66º 0.75% 0.51% -
HSV(B) 351.66º 0.84% 0.87% -
XYZ 31.93 17.3 6.21 -
YUV 94.88 109.45 219.39 -
System Red Green Blue C M Y K H S L
Decimal 223 36 62 0 0.84 0.72 0.13 351.66 0.75 0.51
Hex DF 24 3E 0 54 48 D 160 4B 33
Octal 337 44 76 0 124 110 15 540 113 63
Binary 11011111 100100 111110 0 1010100 1001000 1101 101100000 1001011 110011

Color Harmonies of #DF243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF243E

Black with #DF243E

Text Example


Text Example

White with #DF243E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF243E; }

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

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

background-color css

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

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

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

border-color css

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

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

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