Html Css Color HEX #DF2931 Alizarin

📋 copy color: '#DF2931'

red 223 ◦ green 41 ◦ blue 49

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

Shades of Alizarin #DF2931

Tints of Alizarin #DF2931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 71.25%
G = 13.1%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF2931 (or 0xDF2931) is known color: Alizarin. HEX triplet: DF, 29 and 31. RGB value is (223,41,49). Sum of RGB (Red+Green+Blue) = 223+41+49=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2931 is #20D6CE. Grayscale: #606060. Windows color (decimal): -2152143 or 3221983. OLE color: 3221983.

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

Color convert

RGB 223 41 49 -
CMYK 0 0.82 0.78 0.13
HSL 357.36º 0.74% 0.52% -
HSV(B) 357.36º 0.82% 0.87% -
XYZ 31.78 17.5 4.61 -
YUV 96.33 101.3 218.35 -
System Red Green Blue C M Y K H S L
Decimal 223 41 49 0 0.82 0.78 0.13 357.36 0.74 0.52
Hex DF 29 31 0 52 4E D 165 4A 34
Octal 337 51 61 0 122 116 15 545 112 64
Binary 11011111 101001 110001 0 1010010 1001110 1101 101100101 1001010 110100

Color Harmonies of #DF2931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2931

Black with #DF2931

Text Example


Text Example

White with #DF2931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2931; }

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

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

background-color css

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

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

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

border-color css

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

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

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