Html Css Color HEX #DF3133 Alizarin

📋 copy color: '#DF3133'

red 223 ◦ green 49 ◦ blue 51

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

Shades of Alizarin #DF3133

Tints of Alizarin #DF3133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.79%

R = 69.04%
G = 15.17%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DF3133 (or 0xDF3133) is known color: Alizarin. HEX triplet: DF, 31 and 33. RGB value is (223,49,51). Sum of RGB (Red+Green+Blue) = 223+49+51=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3133 is #20CECC. Grayscale: #656565. Windows color (decimal): -2150093 or 3355103. OLE color: 3355103.

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

Color convert

RGB 223 49 51 -
CMYK 0 0.78 0.77 0.13
HSL 359.31º 0.73% 0.53% -
HSV(B) 359.31º 0.78% 0.87% -
XYZ 32.13 18.12 4.94 -
YUV 101.25 99.65 214.84 -
System Red Green Blue C M Y K H S L
Decimal 223 49 51 0 0.78 0.77 0.13 359.31 0.73 0.53
Hex DF 31 33 0 4E 4D D 167 49 35
Octal 337 61 63 0 116 115 15 547 111 65
Binary 11011111 110001 110011 0 1001110 1001101 1101 101100111 1001001 110101

Color Harmonies of #DF3133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3133

Black with #DF3133

Text Example


Text Example

White with #DF3133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3133; }

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

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

background-color css

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

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

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

border-color css

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

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

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