Html Css Color HEX #DF2E3D Alizarin

📋 copy color: '#DF2E3D'

red 223 ◦ green 46 ◦ blue 61

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

Shades of Alizarin #DF2E3D

Tints of Alizarin #DF2E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.48%

R = 67.58%
G = 13.94%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF2E3D (or 0xDF2E3D) is known color: Alizarin. HEX triplet: DF, 2E and 3D. RGB value is (223,46,61). Sum of RGB (Red+Green+Blue) = 223+46+61=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2E3D is #20D1C2. Grayscale: #646464. Windows color (decimal): -2150851 or 4009695. OLE color: 4009695.

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

Color convert

RGB 223 46 61 -
CMYK 0 0.79 0.73 0.13
HSL 354.92º 0.73% 0.53% -
HSV(B) 354.92º 0.79% 0.87% -
XYZ 32.25 17.98 6.19 -
YUV 100.63 105.64 215.28 -
System Red Green Blue C M Y K H S L
Decimal 223 46 61 0 0.79 0.73 0.13 354.92 0.73 0.53
Hex DF 2E 3D 0 4F 49 D 163 49 35
Octal 337 56 75 0 117 111 15 543 111 65
Binary 11011111 101110 111101 0 1001111 1001001 1101 101100011 1001001 110101

Color Harmonies of #DF2E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2E3D

Black with #DF2E3D

Text Example


Text Example

White with #DF2E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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