Html Css Color HEX #DF1F29 Alizarin

📋 copy color: '#DF1F29'

red 223 ◦ green 31 ◦ blue 41

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

Shades of Alizarin #DF1F29

Tints of Alizarin #DF1F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.51%

 BLUE value IS 41 (16.41% from 255) = 13.9%

R = 75.59%
G = 10.51%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF1F29 (or 0xDF1F29) is known color: Alizarin. HEX triplet: DF, 1F and 29. RGB value is (223,31,41). Sum of RGB (Red+Green+Blue) = 223+31+41=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1F29 is #20E0D6. Grayscale: #595959. Windows color (decimal): -2154711 or 2695135. OLE color: 2695135.

HSL color Cylindrical-coordinate representation of color #DF1F29: hue angle of 356.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF1F29 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 31 41 -
CMYK 0 0.86 0.82 0.13
HSL 356.88º 0.76% 0.5% -
HSV(B) 356.88º 0.86% 0.87% -
XYZ 31.32 16.83 3.7 -
YUV 89.55 100.61 223.19 -
System Red Green Blue C M Y K H S L
Decimal 223 31 41 0 0.86 0.82 0.13 356.88 0.76 0.5
Hex DF 1F 29 0 56 52 D 165 4C 32
Octal 337 37 51 0 126 122 15 545 114 62
Binary 11011111 11111 101001 0 1010110 1010010 1101 101100101 1001100 110010

Color Harmonies of #DF1F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1F29

Black with #DF1F29

Text Example


Text Example

White with #DF1F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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