Html Css Color HEX #DF243D Alizarin

📋 copy color: '#DF243D'

red 223 ◦ green 36 ◦ blue 61

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

Shades of Alizarin #DF243D

Tints of Alizarin #DF243D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.06%

R = 69.69%
G = 11.25%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF243D (or 0xDF243D) is known color: Alizarin. HEX triplet: DF, 24 and 3D. RGB value is (223,36,61). Sum of RGB (Red+Green+Blue) = 223+36+61=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF243D is #20DBC2. Grayscale: #5E5E5E. Windows color (decimal): -2153411 or 4007135. OLE color: 4007135.

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

Color convert

RGB 223 36 61 -
CMYK 0 0.84 0.73 0.13
HSL 351.98º 0.75% 0.51% -
HSV(B) 351.98º 0.84% 0.87% -
XYZ 31.9 17.29 6.07 -
YUV 94.76 108.95 219.47 -
System Red Green Blue C M Y K H S L
Decimal 223 36 61 0 0.84 0.73 0.13 351.98 0.75 0.51
Hex DF 24 3D 0 54 49 D 160 4B 33
Octal 337 44 75 0 124 111 15 540 113 63
Binary 11011111 100100 111101 0 1010100 1001001 1101 101100000 1001011 110011

Color Harmonies of #DF243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF243D

Black with #DF243D

Text Example


Text Example

White with #DF243D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF243D; }

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

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

background-color css

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

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

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

border-color css

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

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

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