Html Css Color HEX #DF243B Alizarin

📋 copy color: '#DF243B'

red 223 ◦ green 36 ◦ blue 59

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

Shades of Alizarin #DF243B

Tints of Alizarin #DF243B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.55%

R = 70.13%
G = 11.32%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF243B (or 0xDF243B) is known color: Alizarin. HEX triplet: DF, 24 and 3B. RGB value is (223,36,59). Sum of RGB (Red+Green+Blue) = 223+36+59=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF243B is #20DBC4. Grayscale: #5E5E5E. Windows color (decimal): -2153413 or 3876063. OLE color: 3876063.

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

Color convert

RGB 223 36 59 -
CMYK 0 0.84 0.74 0.13
HSL 352.62º 0.75% 0.51% -
HSV(B) 352.62º 0.84% 0.87% -
XYZ 31.85 17.27 5.79 -
YUV 94.54 107.95 219.63 -
System Red Green Blue C M Y K H S L
Decimal 223 36 59 0 0.84 0.74 0.13 352.62 0.75 0.51
Hex DF 24 3B 0 54 4A D 161 4B 33
Octal 337 44 73 0 124 112 15 541 113 63
Binary 11011111 100100 111011 0 1010100 1001010 1101 101100001 1001011 110011

Color Harmonies of #DF243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF243B

Black with #DF243B

Text Example


Text Example

White with #DF243B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF243B; }

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

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

background-color css

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

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

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

border-color css

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

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

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