Html Css Color HEX #DF292E Alizarin

📋 copy color: '#DF292E'

red 223 ◦ green 41 ◦ blue 46

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

Shades of Alizarin #DF292E

Tints of Alizarin #DF292E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 71.94%
G = 13.23%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF292E (or 0xDF292E) is known color: Alizarin. HEX triplet: DF, 29 and 2E. RGB value is (223,41,46). Sum of RGB (Red+Green+Blue) = 223+41+46=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF292E is #20D6D1. Grayscale: #606060. Windows color (decimal): -2152146 or 3025375. OLE color: 3025375.

HSL color Cylindrical-coordinate representation of color #DF292E: hue angle of 358.35º 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 #DF292E is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 41 46 -
CMYK 0 0.82 0.79 0.13
HSL 358.35º 0.74% 0.52% -
HSV(B) 358.35º 0.82% 0.87% -
XYZ 31.72 17.47 4.29 -
YUV 95.99 99.8 218.59 -
System Red Green Blue C M Y K H S L
Decimal 223 41 46 0 0.82 0.79 0.13 358.35 0.74 0.52
Hex DF 29 2E 0 52 4F D 166 4A 34
Octal 337 51 56 0 122 117 15 546 112 64
Binary 11011111 101001 101110 0 1010010 1001111 1101 101100110 1001010 110100

Color Harmonies of #DF292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF292E

Black with #DF292E

Text Example


Text Example

White with #DF292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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