Html Css Color HEX #DF2E31 Alizarin

📋 copy color: '#DF2E31'

red 223 ◦ green 46 ◦ blue 49

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

Shades of Alizarin #DF2E31

Tints of Alizarin #DF2E31

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.47%

 BLUE value IS 49 (19.53% from 255) = 15.41%

R = 70.13%
G = 14.47%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF2E31 (or 0xDF2E31) is known color: Alizarin. HEX triplet: DF, 2E and 31. RGB value is (223,46,49). Sum of RGB (Red+Green+Blue) = 223+46+49=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2E31 is #20D1CE. Grayscale: #636363. Windows color (decimal): -2150863 or 3223263. OLE color: 3223263.

HSL color Cylindrical-coordinate representation of color #DF2E31: hue angle of 358.98º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2E31 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 46 49 -
CMYK 0 0.79 0.78 0.13
HSL 358.98º 0.73% 0.53% -
HSV(B) 358.98º 0.79% 0.87% -
XYZ 31.96 17.86 4.67 -
YUV 99.27 99.64 216.26 -
System Red Green Blue C M Y K H S L
Decimal 223 46 49 0 0.79 0.78 0.13 358.98 0.73 0.53
Hex DF 2E 31 0 4F 4E D 167 49 35
Octal 337 56 61 0 117 116 15 547 111 65
Binary 11011111 101110 110001 0 1001111 1001110 1101 101100111 1001001 110101

Color Harmonies of #DF2E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2E31

Black with #DF2E31

Text Example


Text Example

White with #DF2E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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