Html Css Color HEX #DF313B Alizarin

📋 copy color: '#DF313B'

red 223 ◦ green 49 ◦ blue 59

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

Shades of Alizarin #DF313B

Tints of Alizarin #DF313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.82%

R = 67.37%
G = 14.8%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF313B (or 0xDF313B) is known color: Alizarin. HEX triplet: DF, 31 and 3B. RGB value is (223,49,59). Sum of RGB (Red+Green+Blue) = 223+49+59=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF313B is #20CEC4. Grayscale: #666666. Windows color (decimal): -2150085 or 3879391. OLE color: 3879391.

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

Color convert

RGB 223 49 59 -
CMYK 0 0.78 0.74 0.13
HSL 356.55º 0.73% 0.53% -
HSV(B) 356.55º 0.78% 0.87% -
XYZ 32.32 18.2 5.95 -
YUV 102.17 103.65 214.19 -
System Red Green Blue C M Y K H S L
Decimal 223 49 59 0 0.78 0.74 0.13 356.55 0.73 0.53
Hex DF 31 3B 0 4E 4A D 165 49 35
Octal 337 61 73 0 116 112 15 545 111 65
Binary 11011111 110001 111011 0 1001110 1001010 1101 101100101 1001001 110101

Color Harmonies of #DF313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF313B

Black with #DF313B

Text Example


Text Example

White with #DF313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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