Html Css Color HEX #DF2941 Alizarin

📋 copy color: '#DF2941'

red 223 ◦ green 41 ◦ blue 65

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

Shades of Alizarin #DF2941

Tints of Alizarin #DF2941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.76%

R = 67.78%
G = 12.46%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF2941 (or 0xDF2941) is known color: Alizarin. HEX triplet: DF, 29 and 41. RGB value is (223,41,65). Sum of RGB (Red+Green+Blue) = 223+41+65=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2941 is #20D6BE. Grayscale: #626262. Windows color (decimal): -2152127 or 4270559. OLE color: 4270559.

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

Color convert

RGB 223 41 65 -
CMYK 0 0.82 0.71 0.13
HSL 352.09º 0.74% 0.52% -
HSV(B) 352.09º 0.82% 0.87% -
XYZ 32.18 17.66 6.71 -
YUV 98.15 109.3 217.05 -
System Red Green Blue C M Y K H S L
Decimal 223 41 65 0 0.82 0.71 0.13 352.09 0.74 0.52
Hex DF 29 41 0 52 47 D 160 4A 34
Octal 337 51 101 0 122 107 15 540 112 64
Binary 11011111 101001 1000001 0 1010010 1000111 1101 101100000 1001010 110100

Color Harmonies of #DF2941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2941

Black with #DF2941

Text Example


Text Example

White with #DF2941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2941; }

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

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

background-color css

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

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

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

border-color css

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

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

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