Html Css Color HEX #DF292A Alizarin

📋 copy color: '#DF292A'

red 223 ◦ green 41 ◦ blue 42

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

Shades of Alizarin #DF292A

Tints of Alizarin #DF292A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

 BLUE value IS 42 (16.8% from 255) = 13.73%

R = 72.88%
G = 13.4%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF292A (or 0xDF292A) is known color: Alizarin. HEX triplet: DF, 29 and 2A. RGB value is (223,41,42). Sum of RGB (Red+Green+Blue) = 223+41+42=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF292A is #20D6D5. Grayscale: #5F5F5F. Windows color (decimal): -2152150 or 2763231. OLE color: 2763231.

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

Color convert

RGB 223 41 42 -
CMYK 0 0.82 0.81 0.13
HSL 359.67º 0.74% 0.52% -
HSV(B) 359.67º 0.82% 0.87% -
XYZ 31.64 17.44 3.89 -
YUV 95.53 97.8 218.92 -
System Red Green Blue C M Y K H S L
Decimal 223 41 42 0 0.82 0.81 0.13 359.67 0.74 0.52
Hex DF 29 2A 0 52 51 D 168 4A 34
Octal 337 51 52 0 122 121 15 550 112 64
Binary 11011111 101001 101010 0 1010010 1010001 1101 101101000 1001010 110100

Color Harmonies of #DF292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF292A

Black with #DF292A

Text Example


Text Example

White with #DF292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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