Html Css Color HEX #DF1C29 Alizarin

📋 copy color: '#DF1C29'

red 223 ◦ green 28 ◦ blue 41

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

Shades of Alizarin #DF1C29

Tints of Alizarin #DF1C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.59%

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

R = 76.37%
G = 9.59%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF1C29 (or 0xDF1C29) is known color: Alizarin. HEX triplet: DF, 1C and 29. RGB value is (223,28,41). Sum of RGB (Red+Green+Blue) = 223+28+41=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1C29 is #20E3D6. Grayscale: #575757. Windows color (decimal): -2155479 or 2694367. OLE color: 2694367.

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

Color convert

RGB 223 28 41 -
CMYK 0 0.87 0.82 0.13
HSL 356º 0.78% 0.49% -
HSV(B) 356º 0.87% 0.87% -
XYZ 31.25 16.68 3.67 -
YUV 87.79 101.6 224.44 -
System Red Green Blue C M Y K H S L
Decimal 223 28 41 0 0.87 0.82 0.13 356 0.78 0.49
Hex DF 1C 29 0 57 52 D 164 4E 31
Octal 337 34 51 0 127 122 15 544 116 61
Binary 11011111 11100 101001 0 1010111 1010010 1101 101100100 1001110 110001

Color Harmonies of #DF1C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1C29

Black with #DF1C29

Text Example


Text Example

White with #DF1C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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