Html Css Color HEX #DF2942 Alizarin

📋 copy color: '#DF2942'

red 223 ◦ green 41 ◦ blue 66

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

Shades of Alizarin #DF2942

Tints of Alizarin #DF2942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.42%

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

R = 67.58%
G = 12.42%
B = 20%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF2942 (or 0xDF2942) is known color: Alizarin. HEX triplet: DF, 29 and 42. RGB value is (223,41,66). Sum of RGB (Red+Green+Blue) = 223+41+66=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2942 is #20D6BD. Grayscale: #626262. Windows color (decimal): -2152126 or 4336095. OLE color: 4336095.

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

Color convert

RGB 223 41 66 -
CMYK 0 0.82 0.70 0.13
HSL 351.76º 0.74% 0.52% -
HSV(B) 351.76º 0.82% 0.87% -
XYZ 32.21 17.67 6.87 -
YUV 98.27 109.8 216.97 -
System Red Green Blue C M Y K H S L
Decimal 223 41 66 0 0.82 0.70 0.13 351.76 0.74 0.52
Hex DF 29 42 0 52 46 D 160 4A 34
Octal 337 51 102 0 122 106 15 540 112 64
Binary 11011111 101001 1000010 0 1010010 1000110 1101 101100000 1001010 110100

Color Harmonies of #DF2942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2942

Black with #DF2942

Text Example


Text Example

White with #DF2942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2942; }

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

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

background-color css

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

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

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

border-color css

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

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

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