Html Css Color HEX #DF393E Alizarin

📋 copy color: '#DF393E'

red 223 ◦ green 57 ◦ blue 62

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

Shades of Alizarin #DF393E

Tints of Alizarin #DF393E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.13%

R = 65.2%
G = 16.67%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF393E (or 0xDF393E) is known color: Alizarin. HEX triplet: DF, 39 and 3E. RGB value is (223,57,62). Sum of RGB (Red+Green+Blue) = 223+57+62=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF393E is #20C6C1. Grayscale: #6B6B6B. Windows color (decimal): -2148034 or 4078047. OLE color: 4078047.

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

Color convert

RGB 223 57 62 -
CMYK 0 0.74 0.72 0.13
HSL 358.19º 0.72% 0.55% -
HSV(B) 358.19º 0.74% 0.87% -
XYZ 32.76 18.96 6.49 -
YUV 107.2 102.5 210.59 -
System Red Green Blue C M Y K H S L
Decimal 223 57 62 0 0.74 0.72 0.13 358.19 0.72 0.55
Hex DF 39 3E 0 4A 48 D 166 48 37
Octal 337 71 76 0 112 110 15 546 110 67
Binary 11011111 111001 111110 0 1001010 1001000 1101 101100110 1001000 110111

Color Harmonies of #DF393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF393E

Black with #DF393E

Text Example


Text Example

White with #DF393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF393E; }

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

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

background-color css

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

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

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

border-color css

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

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

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