Html Css Color HEX #DF2C3A Alizarin

📋 copy color: '#DF2C3A'

red 223 ◦ green 44 ◦ blue 58

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

Shades of Alizarin #DF2C3A

Tints of Alizarin #DF2C3A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.54%

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

R = 68.62%
G = 13.54%
B = 17.85%

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

#DF2C3A (or 0xDF2C3A) is known color: Alizarin. HEX triplet: DF, 2C and 3A. RGB value is (223,44,58). Sum of RGB (Red+Green+Blue) = 223+44+58=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2C3A is #20D3C5. Grayscale: #636363. Windows color (decimal): -2151366 or 3812575. OLE color: 3812575.

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

Color convert

RGB 223 44 58 -
CMYK 0 0.80 0.74 0.13
HSL 355.31º 0.74% 0.52% -
HSV(B) 355.31º 0.8% 0.87% -
XYZ 32.1 17.79 5.75 -
YUV 99.12 104.8 216.36 -
System Red Green Blue C M Y K H S L
Decimal 223 44 58 0 0.80 0.74 0.13 355.31 0.74 0.52
Hex DF 2C 3A 0 50 4A D 163 4A 34
Octal 337 54 72 0 120 112 15 543 112 64
Binary 11011111 101100 111010 0 1010000 1001010 1101 101100011 1001010 110100

Color Harmonies of #DF2C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C3A

Black with #DF2C3A

Text Example


Text Example

White with #DF2C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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