Html Css Color HEX #DF283C Alizarin

📋 copy color: '#DF283C'

red 223 ◦ green 40 ◦ blue 60

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

Shades of Alizarin #DF283C

Tints of Alizarin #DF283C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.38%

 BLUE value IS 60 (23.83% from 255) = 18.58%

R = 69.04%
G = 12.38%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF283C (or 0xDF283C) is known color: Alizarin. HEX triplet: DF, 28 and 3C. RGB value is (223,40,60). Sum of RGB (Red+Green+Blue) = 223+40+60=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF283C is #20D7C3. Grayscale: #616161. Windows color (decimal): -2152388 or 3942623. OLE color: 3942623.

HSL color Cylindrical-coordinate representation of color #DF283C: hue angle of 353.44º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF283C is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 40 60 -
CMYK 0 0.82 0.73 0.13
HSL 353.44º 0.74% 0.52% -
HSV(B) 353.44º 0.82% 0.87% -
XYZ 32.01 17.53 5.97 -
YUV 97 107.13 217.87 -
System Red Green Blue C M Y K H S L
Decimal 223 40 60 0 0.82 0.73 0.13 353.44 0.74 0.52
Hex DF 28 3C 0 52 49 D 161 4A 34
Octal 337 50 74 0 122 111 15 541 112 64
Binary 11011111 101000 111100 0 1010010 1001001 1101 101100001 1001010 110100

Color Harmonies of #DF283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF283C

Black with #DF283C

Text Example


Text Example

White with #DF283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF283C; }

 p { color: rgb(223,40,60); }

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

background-color css

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

 a { background-color: rgb(223,40,60); }

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

border-color css

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

 span { border-color: rgb(223,40,60); }

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