Html Css Color HEX #DF2D2E Alizarin

📋 copy color: '#DF2D2E'

red 223 ◦ green 45 ◦ blue 46

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

Shades of Alizarin #DF2D2E

Tints of Alizarin #DF2D2E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.33%

 BLUE value IS 46 (18.36% from 255) = 14.65%

R = 71.02%
G = 14.33%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF2D2E (or 0xDF2D2E) is known color: Alizarin. HEX triplet: DF, 2D and 2E. RGB value is (223,45,46). Sum of RGB (Red+Green+Blue) = 223+45+46=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D2E is #20D2D1. Grayscale: #626262. Windows color (decimal): -2151122 or 3026399. OLE color: 3026399.

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

Color convert

RGB 223 45 46 -
CMYK 0 0.80 0.79 0.13
HSL 359.66º 0.74% 0.53% -
HSV(B) 359.66º 0.8% 0.87% -
XYZ 31.86 17.76 4.33 -
YUV 98.34 98.47 216.92 -
System Red Green Blue C M Y K H S L
Decimal 223 45 46 0 0.80 0.79 0.13 359.66 0.74 0.53
Hex DF 2D 2E 0 50 4F D 168 4A 35
Octal 337 55 56 0 120 117 15 550 112 65
Binary 11011111 101101 101110 0 1010000 1001111 1101 101101000 1001010 110101

Color Harmonies of #DF2D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D2E

Black with #DF2D2E

Text Example


Text Example

White with #DF2D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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