Html Css Color HEX #DF2E3B Alizarin

📋 copy color: '#DF2E3B'

red 223 ◦ green 46 ◦ blue 59

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

Shades of Alizarin #DF2E3B

Tints of Alizarin #DF2E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.99%

R = 67.99%
G = 14.02%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF2E3B (or 0xDF2E3B) is known color: Alizarin. HEX triplet: DF, 2E and 3B. RGB value is (223,46,59). Sum of RGB (Red+Green+Blue) = 223+46+59=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2E3B is #20D1C4. Grayscale: #646464. Windows color (decimal): -2150853 or 3878623. OLE color: 3878623.

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

Color convert

RGB 223 46 59 -
CMYK 0 0.79 0.74 0.13
HSL 355.59º 0.73% 0.53% -
HSV(B) 355.59º 0.79% 0.87% -
XYZ 32.2 17.96 5.91 -
YUV 100.41 104.64 215.44 -
System Red Green Blue C M Y K H S L
Decimal 223 46 59 0 0.79 0.74 0.13 355.59 0.73 0.53
Hex DF 2E 3B 0 4F 4A D 164 49 35
Octal 337 56 73 0 117 112 15 544 111 65
Binary 11011111 101110 111011 0 1001111 1001010 1101 101100100 1001001 110101

Color Harmonies of #DF2E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2E3B

Black with #DF2E3B

Text Example


Text Example

White with #DF2E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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