Html Css Color HEX #DF2F31 Alizarin

📋 copy color: '#DF2F31'

red 223 ◦ green 47 ◦ blue 49

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

Shades of Alizarin #DF2F31

Tints of Alizarin #DF2F31

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.73%

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

R = 69.91%
G = 14.73%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF2F31 (or 0xDF2F31) is known color: Alizarin. HEX triplet: DF, 2F and 31. RGB value is (223,47,49). Sum of RGB (Red+Green+Blue) = 223+47+49=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2F31 is #20D0CE. Grayscale: #646464. Windows color (decimal): -2150607 or 3223519. OLE color: 3223519.

HSL color Cylindrical-coordinate representation of color #DF2F31: hue angle of 359.32º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2F31 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 47 49 -
CMYK 0 0.79 0.78 0.13
HSL 359.32º 0.73% 0.53% -
HSV(B) 359.32º 0.79% 0.87% -
XYZ 32 17.94 4.68 -
YUV 99.85 99.31 215.84 -
System Red Green Blue C M Y K H S L
Decimal 223 47 49 0 0.79 0.78 0.13 359.32 0.73 0.53
Hex DF 2F 31 0 4F 4E D 167 49 35
Octal 337 57 61 0 117 116 15 547 111 65
Binary 11011111 101111 110001 0 1001111 1001110 1101 101100111 1001001 110101

Color Harmonies of #DF2F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2F31

Black with #DF2F31

Text Example


Text Example

White with #DF2F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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