Html Css Color HEX #DF3942 Alizarin

📋 copy color: '#DF3942'

red 223 ◦ green 57 ◦ blue 66

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

Shades of Alizarin #DF3942

Tints of Alizarin #DF3942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.47%

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

R = 64.45%
G = 16.47%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF3942 (or 0xDF3942) is known color: Alizarin. HEX triplet: DF, 39 and 42. RGB value is (223,57,66). Sum of RGB (Red+Green+Blue) = 223+57+66=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3942 is #20C6BD. Grayscale: #6B6B6B. Windows color (decimal): -2148030 or 4340191. OLE color: 4340191.

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

Color convert

RGB 223 57 66 -
CMYK 0 0.74 0.70 0.13
HSL 356.75º 0.72% 0.55% -
HSV(B) 356.75º 0.74% 0.87% -
XYZ 32.88 19.01 7.09 -
YUV 107.66 104.5 210.27 -
System Red Green Blue C M Y K H S L
Decimal 223 57 66 0 0.74 0.70 0.13 356.75 0.72 0.55
Hex DF 39 42 0 4A 46 D 165 48 37
Octal 337 71 102 0 112 106 15 545 110 67
Binary 11011111 111001 1000010 0 1001010 1000110 1101 101100101 1001000 110111

Color Harmonies of #DF3942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3942

Black with #DF3942

Text Example


Text Example

White with #DF3942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3942; }

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

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

background-color css

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

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

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

border-color css

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

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

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