Html Css Color HEX #DF3040 Alizarin

📋 copy color: '#DF3040'

red 223 ◦ green 48 ◦ blue 64

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

Shades of Alizarin #DF3040

Tints of Alizarin #DF3040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.33%

 BLUE value IS 64 (25.39% from 255) = 19.1%

R = 66.57%
G = 14.33%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF3040 (or 0xDF3040) is known color: Alizarin. HEX triplet: DF, 30 and 40. RGB value is (223,48,64). Sum of RGB (Red+Green+Blue) = 223+48+64=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3040 is #20CFBF. Grayscale: #666666. Windows color (decimal): -2150336 or 4206815. OLE color: 4206815.

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

Color convert

RGB 223 48 64 -
CMYK 0 0.78 0.71 0.13
HSL 354.51º 0.73% 0.53% -
HSV(B) 354.51º 0.78% 0.87% -
XYZ 32.41 18.17 6.65 -
YUV 102.15 106.48 214.2 -
System Red Green Blue C M Y K H S L
Decimal 223 48 64 0 0.78 0.71 0.13 354.51 0.73 0.53
Hex DF 30 40 0 4E 47 D 163 49 35
Octal 337 60 100 0 116 107 15 543 111 65
Binary 11011111 110000 1000000 0 1001110 1000111 1101 101100011 1001001 110101

Color Harmonies of #DF3040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3040

Black with #DF3040

Text Example


Text Example

White with #DF3040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3040; }

 p { color: rgb(223,48,64); }

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

background-color css

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

 a { background-color: rgb(223,48,64); }

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

border-color css

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

 span { border-color: rgb(223,48,64); }

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