Html Css Color HEX #DF292B Alizarin

📋 copy color: '#DF292B'

red 223 ◦ green 41 ◦ blue 43

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

Shades of Alizarin #DF292B

Tints of Alizarin #DF292B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.01%

R = 72.64%
G = 13.36%
B = 14.01%

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

#DF292B (or 0xDF292B) is known color: Alizarin. HEX triplet: DF, 29 and 2B. RGB value is (223,41,43). Sum of RGB (Red+Green+Blue) = 223+41+43=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF292B is #20D6D4. Grayscale: #5F5F5F. Windows color (decimal): -2152149 or 2828767. OLE color: 2828767.

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

Color convert

RGB 223 41 43 -
CMYK 0 0.82 0.81 0.13
HSL 359.34º 0.74% 0.52% -
HSV(B) 359.34º 0.82% 0.87% -
XYZ 31.66 17.45 3.98 -
YUV 95.65 98.3 218.84 -
System Red Green Blue C M Y K H S L
Decimal 223 41 43 0 0.82 0.81 0.13 359.34 0.74 0.52
Hex DF 29 2B 0 52 51 D 167 4A 34
Octal 337 51 53 0 122 121 15 547 112 64
Binary 11011111 101001 101011 0 1010010 1010001 1101 101100111 1001010 110100

Color Harmonies of #DF292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF292B

Black with #DF292B

Text Example


Text Example

White with #DF292B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF292B; }

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

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

background-color css

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

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

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

border-color css

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

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

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