Html Css Color HEX #DF353B Alizarin

📋 copy color: '#DF353B'

red 223 ◦ green 53 ◦ blue 59

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

Shades of Alizarin #DF353B

Tints of Alizarin #DF353B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.61%

R = 66.57%
G = 15.82%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF353B (or 0xDF353B) is known color: Alizarin. HEX triplet: DF, 35 and 3B. RGB value is (223,53,59). Sum of RGB (Red+Green+Blue) = 223+53+59=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF353B is #20CAC4. Grayscale: #686868. Windows color (decimal): -2149061 or 3880415. OLE color: 3880415.

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

Color convert

RGB 223 53 59 -
CMYK 0 0.76 0.74 0.13
HSL 357.88º 0.73% 0.54% -
HSV(B) 357.88º 0.76% 0.87% -
XYZ 32.49 18.55 6.01 -
YUV 104.51 102.32 212.51 -
System Red Green Blue C M Y K H S L
Decimal 223 53 59 0 0.76 0.74 0.13 357.88 0.73 0.54
Hex DF 35 3B 0 4C 4A D 166 49 36
Octal 337 65 73 0 114 112 15 546 111 66
Binary 11011111 110101 111011 0 1001100 1001010 1101 101100110 1001001 110110

Color Harmonies of #DF353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF353B

Black with #DF353B

Text Example


Text Example

White with #DF353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF353B; }

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

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

background-color css

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

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

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

border-color css

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

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

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