Html Css Color HEX #DF182A Alizarin

📋 copy color: '#DF182A'

red 223 ◦ green 24 ◦ blue 42

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

Shades of Alizarin #DF182A

Tints of Alizarin #DF182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.3%

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

R = 77.16%
G = 8.3%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF182A (or 0xDF182A) is known color: Alizarin. HEX triplet: DF, 18 and 2A. RGB value is (223,24,42). Sum of RGB (Red+Green+Blue) = 223+24+42=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF182A is #20E7D5. Grayscale: #555555. Windows color (decimal): -2156502 or 2758879. OLE color: 2758879.

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

Color convert

RGB 223 24 42 -
CMYK 0 0.89 0.81 0.13
HSL 354.57º 0.81% 0.48% -
HSV(B) 354.57º 0.89% 0.87% -
XYZ 31.18 16.51 3.73 -
YUV 85.55 103.43 226.04 -
System Red Green Blue C M Y K H S L
Decimal 223 24 42 0 0.89 0.81 0.13 354.57 0.81 0.48
Hex DF 18 2A 0 59 51 D 163 51 30
Octal 337 30 52 0 131 121 15 543 121 60
Binary 11011111 11000 101010 0 1011001 1010001 1101 101100011 1010001 110000

Color Harmonies of #DF182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF182A

Black with #DF182A

Text Example


Text Example

White with #DF182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF182A; }

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

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

background-color css

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

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

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

border-color css

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

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

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