Html Css Color HEX #DF2A32 Alizarin

📋 copy color: '#DF2A32'

red 223 ◦ green 42 ◦ blue 50

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

Shades of Alizarin #DF2A32

Tints of Alizarin #DF2A32

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.33%

 BLUE value IS 50 (19.92% from 255) = 15.87%

R = 70.79%
G = 13.33%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF2A32 (or 0xDF2A32) is known color: Alizarin. HEX triplet: DF, 2A and 32. RGB value is (223,42,50). Sum of RGB (Red+Green+Blue) = 223+42+50=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2A32 is #20D5CD. Grayscale: #616161. Windows color (decimal): -2151886 or 3287775. OLE color: 3287775.

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

Color convert

RGB 223 42 50 -
CMYK 0 0.81 0.78 0.13
HSL 357.35º 0.74% 0.52% -
HSV(B) 357.35º 0.81% 0.87% -
XYZ 31.84 17.57 4.73 -
YUV 97.03 101.47 217.85 -
System Red Green Blue C M Y K H S L
Decimal 223 42 50 0 0.81 0.78 0.13 357.35 0.74 0.52
Hex DF 2A 32 0 51 4E D 165 4A 34
Octal 337 52 62 0 121 116 15 545 112 64
Binary 11011111 101010 110010 0 1010001 1001110 1101 101100101 1001010 110100

Color Harmonies of #DF2A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2A32

Black with #DF2A32

Text Example


Text Example

White with #DF2A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2A32; }

 p { color: rgb(223,42,50); }

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

background-color css

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

 a { background-color: rgb(223,42,50); }

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

border-color css

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

 span { border-color: rgb(223,42,50); }

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