Html Css Color HEX #DF1C27 Alizarin

📋 copy color: '#DF1C27'

red 223 ◦ green 28 ◦ blue 39

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

Shades of Alizarin #DF1C27

Tints of Alizarin #DF1C27

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.66%

 BLUE value IS 39 (15.63% from 255) = 13.45%

R = 76.9%
G = 9.66%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF1C27 (or 0xDF1C27) is known color: Alizarin. HEX triplet: DF, 1C and 27. RGB value is (223,28,39). Sum of RGB (Red+Green+Blue) = 223+28+39=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1C27 is #20E3D8. Grayscale: #575757. Windows color (decimal): -2155481 or 2563295. OLE color: 2563295.

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

Color convert

RGB 223 28 39 -
CMYK 0 0.87 0.83 0.13
HSL 356.62º 0.78% 0.49% -
HSV(B) 356.62º 0.87% 0.87% -
XYZ 31.21 16.66 3.49 -
YUV 87.56 100.6 224.61 -
System Red Green Blue C M Y K H S L
Decimal 223 28 39 0 0.87 0.83 0.13 356.62 0.78 0.49
Hex DF 1C 27 0 57 53 D 165 4E 31
Octal 337 34 47 0 127 123 15 545 116 61
Binary 11011111 11100 100111 0 1010111 1010011 1101 101100101 1001110 110001

Color Harmonies of #DF1C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1C27

Black with #DF1C27

Text Example


Text Example

White with #DF1C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1C27; }

 p { color: rgb(223,28,39); }

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

background-color css

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

 a { background-color: rgb(223,28,39); }

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

border-color css

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

 span { border-color: rgb(223,28,39); }

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