Html Css Color HEX #DF192C Alizarin

📋 copy color: '#DF192C'

red 223 ◦ green 25 ◦ blue 44

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

Shades of Alizarin #DF192C

Tints of Alizarin #DF192C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.56%

 BLUE value IS 44 (17.58% from 255) = 15.07%

R = 76.37%
G = 8.56%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF192C (or 0xDF192C) is known color: Alizarin. HEX triplet: DF, 19 and 2C. RGB value is (223,25,44). Sum of RGB (Red+Green+Blue) = 223+25+44=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF192C is #20E6D3. Grayscale: #565656. Windows color (decimal): -2156244 or 2890207. OLE color: 2890207.

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

Color convert

RGB 223 25 44 -
CMYK 0 0.89 0.80 0.13
HSL 354.24º 0.8% 0.49% -
HSV(B) 354.24º 0.89% 0.87% -
XYZ 31.23 16.57 3.93 -
YUV 86.37 104.1 225.46 -
System Red Green Blue C M Y K H S L
Decimal 223 25 44 0 0.89 0.80 0.13 354.24 0.8 0.49
Hex DF 19 2C 0 59 50 D 162 50 31
Octal 337 31 54 0 131 120 15 542 120 61
Binary 11011111 11001 101100 0 1011001 1010000 1101 101100010 1010000 110001

Color Harmonies of #DF192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF192C

Black with #DF192C

Text Example


Text Example

White with #DF192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF192C; }

 p { color: rgb(223,25,44); }

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

background-color css

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

 a { background-color: rgb(223,25,44); }

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

border-color css

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

 span { border-color: rgb(223,25,44); }

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