Html Css Color HEX #DF1B31 Alizarin

📋 copy color: '#DF1B31'

red 223 ◦ green 27 ◦ blue 49

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

Shades of Alizarin #DF1B31

Tints of Alizarin #DF1B31

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.03%

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

R = 74.58%
G = 9.03%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF1B31 (or 0xDF1B31) is known color: Alizarin. HEX triplet: DF, 1B and 31. RGB value is (223,27,49). Sum of RGB (Red+Green+Blue) = 223+27+49=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1B31 is #20E4CE. Grayscale: #585858. Windows color (decimal): -2155727 or 3218399. OLE color: 3218399.

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

Color convert

RGB 223 27 49 -
CMYK 0 0.88 0.78 0.13
HSL 353.27º 0.78% 0.49% -
HSV(B) 353.27º 0.88% 0.87% -
XYZ 31.38 16.69 4.47 -
YUV 88.11 105.93 224.21 -
System Red Green Blue C M Y K H S L
Decimal 223 27 49 0 0.88 0.78 0.13 353.27 0.78 0.49
Hex DF 1B 31 0 58 4E D 161 4E 31
Octal 337 33 61 0 130 116 15 541 116 61
Binary 11011111 11011 110001 0 1011000 1001110 1101 101100001 1001110 110001

Color Harmonies of #DF1B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1B31

Black with #DF1B31

Text Example


Text Example

White with #DF1B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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