Html Css Color HEX #DF3042 Alizarin

📋 copy color: '#DF3042'

red 223 ◦ green 48 ◦ blue 66

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

Shades of Alizarin #DF3042

Tints of Alizarin #DF3042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.58%

R = 66.17%
G = 14.24%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF3042 (or 0xDF3042) is known color: Alizarin. HEX triplet: DF, 30 and 42. RGB value is (223,48,66). Sum of RGB (Red+Green+Blue) = 223+48+66=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3042 is #20CFBD. Grayscale: #666666. Windows color (decimal): -2150334 or 4337887. OLE color: 4337887.

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

Color convert

RGB 223 48 66 -
CMYK 0 0.78 0.70 0.13
HSL 353.83º 0.73% 0.53% -
HSV(B) 353.83º 0.78% 0.87% -
XYZ 32.47 18.2 6.95 -
YUV 102.38 107.48 214.04 -
System Red Green Blue C M Y K H S L
Decimal 223 48 66 0 0.78 0.70 0.13 353.83 0.73 0.53
Hex DF 30 42 0 4E 46 D 162 49 35
Octal 337 60 102 0 116 106 15 542 111 65
Binary 11011111 110000 1000010 0 1001110 1000110 1101 101100010 1001001 110101

Color Harmonies of #DF3042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3042

Black with #DF3042

Text Example


Text Example

White with #DF3042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3042; }

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

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

background-color css

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

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

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

border-color css

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

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

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