Html Css Color HEX #DF273C Alizarin

📋 copy color: '#DF273C'

red 223 ◦ green 39 ◦ blue 60

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

Shades of Alizarin #DF273C

Tints of Alizarin #DF273C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.63%

R = 69.25%
G = 12.11%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF273C (or 0xDF273C) is known color: Alizarin. HEX triplet: DF, 27 and 3C. RGB value is (223,39,60). Sum of RGB (Red+Green+Blue) = 223+39+60=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF273C is #20D8C3. Grayscale: #606060. Windows color (decimal): -2152644 or 3942367. OLE color: 3942367.

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

Color convert

RGB 223 39 60 -
CMYK 0 0.83 0.73 0.13
HSL 353.15º 0.74% 0.51% -
HSV(B) 353.15º 0.83% 0.87% -
XYZ 31.97 17.47 5.96 -
YUV 96.41 107.46 218.29 -
System Red Green Blue C M Y K H S L
Decimal 223 39 60 0 0.83 0.73 0.13 353.15 0.74 0.51
Hex DF 27 3C 0 53 49 D 161 4A 33
Octal 337 47 74 0 123 111 15 541 112 63
Binary 11011111 100111 111100 0 1010011 1001001 1101 101100001 1001010 110011

Color Harmonies of #DF273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF273C

Black with #DF273C

Text Example


Text Example

White with #DF273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF273C; }

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

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

background-color css

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

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

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

border-color css

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

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

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