Html Css Color HEX #DF353C Alizarin

📋 copy color: '#DF353C'

red 223 ◦ green 53 ◦ blue 60

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

Shades of Alizarin #DF353C

Tints of Alizarin #DF353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.77%

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

R = 66.37%
G = 15.77%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF353C (or 0xDF353C) is known color: Alizarin. HEX triplet: DF, 35 and 3C. RGB value is (223,53,60). Sum of RGB (Red+Green+Blue) = 223+53+60=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF353C is #20CAC3. Grayscale: #686868. Windows color (decimal): -2149060 or 3945951. OLE color: 3945951.

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

Color convert

RGB 223 53 60 -
CMYK 0 0.76 0.73 0.13
HSL 357.53º 0.73% 0.54% -
HSV(B) 357.53º 0.76% 0.87% -
XYZ 32.52 18.56 6.14 -
YUV 104.63 102.82 212.43 -
System Red Green Blue C M Y K H S L
Decimal 223 53 60 0 0.76 0.73 0.13 357.53 0.73 0.54
Hex DF 35 3C 0 4C 49 D 166 49 36
Octal 337 65 74 0 114 111 15 546 111 66
Binary 11011111 110101 111100 0 1001100 1001001 1101 101100110 1001001 110110

Color Harmonies of #DF353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF353C

Black with #DF353C

Text Example


Text Example

White with #DF353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF353C; }

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

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

background-color css

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

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

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

border-color css

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

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

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