Html Css Color HEX #DF192F Alizarin

📋 copy color: '#DF192F'

red 223 ◦ green 25 ◦ blue 47

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

Shades of Alizarin #DF192F

Tints of Alizarin #DF192F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.93%

R = 75.59%
G = 8.47%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF192F (or 0xDF192F) is known color: Alizarin. HEX triplet: DF, 19 and 2F. RGB value is (223,25,47). Sum of RGB (Red+Green+Blue) = 223+25+47=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF192F is #20E6D0. Grayscale: #565656. Windows color (decimal): -2156241 or 3086815. OLE color: 3086815.

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

Color convert

RGB 223 25 47 -
CMYK 0 0.89 0.79 0.13
HSL 353.33º 0.8% 0.49% -
HSV(B) 353.33º 0.89% 0.87% -
XYZ 31.29 16.59 4.24 -
YUV 86.71 105.6 225.21 -
System Red Green Blue C M Y K H S L
Decimal 223 25 47 0 0.89 0.79 0.13 353.33 0.8 0.49
Hex DF 19 2F 0 59 4F D 161 50 31
Octal 337 31 57 0 131 117 15 541 120 61
Binary 11011111 11001 101111 0 1011001 1001111 1101 101100001 1010000 110001

Color Harmonies of #DF192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF192F

Black with #DF192F

Text Example


Text Example

White with #DF192F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF192F; }

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

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

background-color css

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

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

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

border-color css

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

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

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