Html Css Color HEX #DF2C31 Alizarin

📋 copy color: '#DF2C31'

red 223 ◦ green 44 ◦ blue 49

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

Shades of Alizarin #DF2C31

Tints of Alizarin #DF2C31

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.92%

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

R = 70.57%
G = 13.92%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF2C31 (or 0xDF2C31) is known color: Alizarin. HEX triplet: DF, 2C and 31. RGB value is (223,44,49). Sum of RGB (Red+Green+Blue) = 223+44+49=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2C31 is #20D3CE. Grayscale: #626262. Windows color (decimal): -2151375 or 3222751. OLE color: 3222751.

HSL color Cylindrical-coordinate representation of color #DF2C31: hue angle of 358.32º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2C31 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 44 49 -
CMYK 0 0.80 0.78 0.13
HSL 358.32º 0.74% 0.52% -
HSV(B) 358.32º 0.8% 0.87% -
XYZ 31.89 17.71 4.64 -
YUV 98.09 100.3 217.09 -
System Red Green Blue C M Y K H S L
Decimal 223 44 49 0 0.80 0.78 0.13 358.32 0.74 0.52
Hex DF 2C 31 0 50 4E D 166 4A 34
Octal 337 54 61 0 120 116 15 546 112 64
Binary 11011111 101100 110001 0 1010000 1001110 1101 101100110 1001010 110100

Color Harmonies of #DF2C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C31

Black with #DF2C31

Text Example


Text Example

White with #DF2C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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