Html Css Color HEX #DF272C Alizarin

📋 copy color: '#DF272C'

red 223 ◦ green 39 ◦ blue 44

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

Shades of Alizarin #DF272C

Tints of Alizarin #DF272C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

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

R = 72.88%
G = 12.75%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF272C (or 0xDF272C) is known color: Alizarin. HEX triplet: DF, 27 and 2C. RGB value is (223,39,44). Sum of RGB (Red+Green+Blue) = 223+39+44=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF272C is #20D8D3. Grayscale: #5E5E5E. Windows color (decimal): -2152660 or 2893791. OLE color: 2893791.

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

Color convert

RGB 223 39 44 -
CMYK 0 0.83 0.80 0.13
HSL 358.37º 0.74% 0.51% -
HSV(B) 358.37º 0.83% 0.87% -
XYZ 31.61 17.32 4.06 -
YUV 94.59 99.46 219.59 -
System Red Green Blue C M Y K H S L
Decimal 223 39 44 0 0.83 0.80 0.13 358.37 0.74 0.51
Hex DF 27 2C 0 53 50 D 166 4A 33
Octal 337 47 54 0 123 120 15 546 112 63
Binary 11011111 100111 101100 0 1010011 1010000 1101 101100110 1001010 110011

Color Harmonies of #DF272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF272C

Black with #DF272C

Text Example


Text Example

White with #DF272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF272C; }

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

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

background-color css

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

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

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

border-color css

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

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

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