Html Css Color HEX #DF313E Alizarin

📋 copy color: '#DF313E'

red 223 ◦ green 49 ◦ blue 62

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

Shades of Alizarin #DF313E

Tints of Alizarin #DF313E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

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

R = 66.77%
G = 14.67%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF313E (or 0xDF313E) is known color: Alizarin. HEX triplet: DF, 31 and 3E. RGB value is (223,49,62). Sum of RGB (Red+Green+Blue) = 223+49+62=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF313E is #20CEC1. Grayscale: #666666. Windows color (decimal): -2150082 or 4075999. OLE color: 4075999.

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

Color convert

RGB 223 49 62 -
CMYK 0 0.78 0.72 0.13
HSL 355.52º 0.73% 0.53% -
HSV(B) 355.52º 0.78% 0.87% -
XYZ 32.4 18.23 6.37 -
YUV 102.51 105.15 213.94 -
System Red Green Blue C M Y K H S L
Decimal 223 49 62 0 0.78 0.72 0.13 355.52 0.73 0.53
Hex DF 31 3E 0 4E 48 D 164 49 35
Octal 337 61 76 0 116 110 15 544 111 65
Binary 11011111 110001 111110 0 1001110 1001000 1101 101100100 1001001 110101

Color Harmonies of #DF313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF313E

Black with #DF313E

Text Example


Text Example

White with #DF313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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