Html Css Color HEX #DF2E30 Alizarin

📋 copy color: '#DF2E30'

red 223 ◦ green 46 ◦ blue 48

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

Shades of Alizarin #DF2E30

Tints of Alizarin #DF2E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 70.35%
G = 14.51%
B = 15.14%

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

#DF2E30 (or 0xDF2E30) is known color: Alizarin. HEX triplet: DF, 2E and 30. RGB value is (223,46,48). Sum of RGB (Red+Green+Blue) = 223+46+48=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2E30 is #20D1CF. Grayscale: #636363. Windows color (decimal): -2150864 or 3157727. OLE color: 3157727.

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

Color convert

RGB 223 46 48 -
CMYK 0 0.79 0.78 0.13
HSL 359.32º 0.73% 0.53% -
HSV(B) 359.32º 0.79% 0.87% -
XYZ 31.94 17.86 4.56 -
YUV 99.15 99.14 216.34 -
System Red Green Blue C M Y K H S L
Decimal 223 46 48 0 0.79 0.78 0.13 359.32 0.73 0.53
Hex DF 2E 30 0 4F 4E D 167 49 35
Octal 337 56 60 0 117 116 15 547 111 65
Binary 11011111 101110 110000 0 1001111 1001110 1101 101100111 1001001 110101

Color Harmonies of #DF2E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2E30

Black with #DF2E30

Text Example


Text Example

White with #DF2E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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