Html Css Color HEX #DF2940 Alizarin

📋 copy color: '#DF2940'

red 223 ◦ green 41 ◦ blue 64

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

Shades of Alizarin #DF2940

Tints of Alizarin #DF2940

RGB

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

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

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

R = 67.99%
G = 12.5%
B = 19.51%

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

#DF2940 (or 0xDF2940) is known color: Alizarin. HEX triplet: DF, 29 and 40. RGB value is (223,41,64). Sum of RGB (Red+Green+Blue) = 223+41+64=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2940 is #20D6BF. Grayscale: #626262. Windows color (decimal): -2152128 or 4205023. OLE color: 4205023.

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

Color convert

RGB 223 41 64 -
CMYK 0 0.82 0.71 0.13
HSL 352.42º 0.74% 0.52% -
HSV(B) 352.42º 0.82% 0.87% -
XYZ 32.15 17.64 6.56 -
YUV 98.04 108.8 217.13 -
System Red Green Blue C M Y K H S L
Decimal 223 41 64 0 0.82 0.71 0.13 352.42 0.74 0.52
Hex DF 29 40 0 52 47 D 160 4A 34
Octal 337 51 100 0 122 107 15 540 112 64
Binary 11011111 101001 1000000 0 1010010 1000111 1101 101100000 1001010 110100

Color Harmonies of #DF2940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2940

Black with #DF2940

Text Example


Text Example

White with #DF2940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2940; }

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

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

background-color css

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

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

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

border-color css

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

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

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