Html Css Color HEX #DF2729 Alizarin

📋 copy color: '#DF2729'

red 223 ◦ green 39 ◦ blue 41

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

Shades of Alizarin #DF2729

Tints of Alizarin #DF2729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.87%

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

R = 73.6%
G = 12.87%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF2729 (or 0xDF2729) is known color: Alizarin. HEX triplet: DF, 27 and 29. RGB value is (223,39,41). Sum of RGB (Red+Green+Blue) = 223+39+41=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2729 is #20D8D6. Grayscale: #5E5E5E. Windows color (decimal): -2152663 or 2697183. OLE color: 2697183.

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

Color convert

RGB 223 39 41 -
CMYK 0 0.83 0.82 0.13
HSL 359.35º 0.74% 0.51% -
HSV(B) 359.35º 0.83% 0.87% -
XYZ 31.56 17.3 3.77 -
YUV 94.24 97.96 219.84 -
System Red Green Blue C M Y K H S L
Decimal 223 39 41 0 0.83 0.82 0.13 359.35 0.74 0.51
Hex DF 27 29 0 53 52 D 167 4A 33
Octal 337 47 51 0 123 122 15 547 112 63
Binary 11011111 100111 101001 0 1010011 1010010 1101 101100111 1001010 110011

Color Harmonies of #DF2729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2729

Black with #DF2729

Text Example


Text Example

White with #DF2729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2729; }

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

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

background-color css

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

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

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

border-color css

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

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

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