Html Css Color HEX #DF313D Alizarin

📋 copy color: '#DF313D'

red 223 ◦ green 49 ◦ blue 61

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

Shades of Alizarin #DF313D

Tints of Alizarin #DF313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 66.97%
G = 14.71%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF313D (or 0xDF313D) is known color: Alizarin. HEX triplet: DF, 31 and 3D. RGB value is (223,49,61). Sum of RGB (Red+Green+Blue) = 223+49+61=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF313D is #20CEC2. Grayscale: #666666. Windows color (decimal): -2150083 or 4010463. OLE color: 4010463.

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

Color convert

RGB 223 49 61 -
CMYK 0 0.78 0.73 0.13
HSL 355.86º 0.73% 0.53% -
HSV(B) 355.86º 0.78% 0.87% -
XYZ 32.37 18.22 6.23 -
YUV 102.39 104.65 214.02 -
System Red Green Blue C M Y K H S L
Decimal 223 49 61 0 0.78 0.73 0.13 355.86 0.73 0.53
Hex DF 31 3D 0 4E 49 D 164 49 35
Octal 337 61 75 0 116 111 15 544 111 65
Binary 11011111 110001 111101 0 1001110 1001001 1101 101100100 1001001 110101

Color Harmonies of #DF313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF313D

Black with #DF313D

Text Example


Text Example

White with #DF313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF313D; }

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

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

background-color css

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

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

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

border-color css

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

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

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