Html Css Color HEX #DF3136 Alizarin

📋 copy color: '#DF3136'

red 223 ◦ green 49 ◦ blue 54

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

Shades of Alizarin #DF3136

Tints of Alizarin #DF3136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.56%

R = 68.4%
G = 15.03%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF3136 (or 0xDF3136) is known color: Alizarin. HEX triplet: DF, 31 and 36. RGB value is (223,49,54). Sum of RGB (Red+Green+Blue) = 223+49+54=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3136 is #20CEC9. Grayscale: #656565. Windows color (decimal): -2150090 or 3551711. OLE color: 3551711.

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

Color convert

RGB 223 49 54 -
CMYK 0 0.78 0.76 0.13
HSL 358.28º 0.73% 0.53% -
HSV(B) 358.28º 0.78% 0.87% -
XYZ 32.2 18.15 5.3 -
YUV 101.6 101.15 214.59 -
System Red Green Blue C M Y K H S L
Decimal 223 49 54 0 0.78 0.76 0.13 358.28 0.73 0.53
Hex DF 31 36 0 4E 4C D 166 49 35
Octal 337 61 66 0 116 114 15 546 111 65
Binary 11011111 110001 110110 0 1001110 1001100 1101 101100110 1001001 110101

Color Harmonies of #DF3136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3136

Black with #DF3136

Text Example


Text Example

White with #DF3136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3136; }

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

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

background-color css

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

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

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

border-color css

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

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

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