Html Css Color HEX #DF393C Alizarin

📋 copy color: '#DF393C'

red 223 ◦ green 57 ◦ blue 60

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

Shades of Alizarin #DF393C

Tints of Alizarin #DF393C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.76%

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

R = 65.59%
G = 16.76%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF393C (or 0xDF393C) is known color: Alizarin. HEX triplet: DF, 39 and 3C. RGB value is (223,57,60). Sum of RGB (Red+Green+Blue) = 223+57+60=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF393C is #20C6C3. Grayscale: #6B6B6B. Windows color (decimal): -2148036 or 3946975. OLE color: 3946975.

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

Color convert

RGB 223 57 60 -
CMYK 0 0.74 0.73 0.13
HSL 358.92º 0.72% 0.55% -
HSV(B) 358.92º 0.74% 0.87% -
XYZ 32.71 18.94 6.21 -
YUV 106.98 101.5 210.76 -
System Red Green Blue C M Y K H S L
Decimal 223 57 60 0 0.74 0.73 0.13 358.92 0.72 0.55
Hex DF 39 3C 0 4A 49 D 167 48 37
Octal 337 71 74 0 112 111 15 547 110 67
Binary 11011111 111001 111100 0 1001010 1001001 1101 101100111 1001000 110111

Color Harmonies of #DF393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF393C

Black with #DF393C

Text Example


Text Example

White with #DF393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF393C; }

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

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

background-color css

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

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

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

border-color css

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

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

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