Html Css Color HEX #DF313C Alizarin

📋 copy color: '#DF313C'

red 223 ◦ green 49 ◦ blue 60

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

Shades of Alizarin #DF313C

Tints of Alizarin #DF313C

RGB

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

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

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

R = 67.17%
G = 14.76%
B = 18.07%

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

#DF313C (or 0xDF313C) is known color: Alizarin. HEX triplet: DF, 31 and 3C. RGB value is (223,49,60). Sum of RGB (Red+Green+Blue) = 223+49+60=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF313C is #20CEC3. Grayscale: #666666. Windows color (decimal): -2150084 or 3944927. OLE color: 3944927.

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

Color convert

RGB 223 49 60 -
CMYK 0 0.78 0.73 0.13
HSL 356.21º 0.73% 0.53% -
HSV(B) 356.21º 0.78% 0.87% -
XYZ 32.35 18.21 6.09 -
YUV 102.28 104.15 214.11 -
System Red Green Blue C M Y K H S L
Decimal 223 49 60 0 0.78 0.73 0.13 356.21 0.73 0.53
Hex DF 31 3C 0 4E 49 D 164 49 35
Octal 337 61 74 0 116 111 15 544 111 65
Binary 11011111 110001 111100 0 1001110 1001001 1101 101100100 1001001 110101

Color Harmonies of #DF313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF313C

Black with #DF313C

Text Example


Text Example

White with #DF313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF313C; }

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

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

background-color css

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

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

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

border-color css

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

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

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