Html Css Color HEX #DF2D3A Alizarin

📋 copy color: '#DF2D3A'

red 223 ◦ green 45 ◦ blue 58

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

Shades of Alizarin #DF2D3A

Tints of Alizarin #DF2D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.79%

R = 68.4%
G = 13.8%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF2D3A (or 0xDF2D3A) is known color: Alizarin. HEX triplet: DF, 2D and 3A. RGB value is (223,45,58). Sum of RGB (Red+Green+Blue) = 223+45+58=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D3A is #20D2C5. Grayscale: #636363. Windows color (decimal): -2151110 or 3812831. OLE color: 3812831.

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

Color convert

RGB 223 45 58 -
CMYK 0 0.80 0.74 0.13
HSL 355.62º 0.74% 0.53% -
HSV(B) 355.62º 0.8% 0.87% -
XYZ 32.13 17.87 5.76 -
YUV 99.7 104.47 215.94 -
System Red Green Blue C M Y K H S L
Decimal 223 45 58 0 0.80 0.74 0.13 355.62 0.74 0.53
Hex DF 2D 3A 0 50 4A D 164 4A 35
Octal 337 55 72 0 120 112 15 544 112 65
Binary 11011111 101101 111010 0 1010000 1001010 1101 101100100 1001010 110101

Color Harmonies of #DF2D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D3A

Black with #DF2D3A

Text Example


Text Example

White with #DF2D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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