Html Css Color HEX #DA2C32 Alizarin

📋 copy color: '#DA2C32'

red 218 ◦ green 44 ◦ blue 50

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

Shades of Alizarin #DA2C32

Tints of Alizarin #DA2C32

RGB

 RED value IS 218 (85.55% from 255) = 69.87%

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

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

R = 69.87%
G = 14.1%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA2C32 (or 0xDA2C32) is known color: Alizarin. HEX triplet: DA, 2C and 32. RGB value is (218,44,50). Sum of RGB (Red+Green+Blue) = 218+44+50=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2C32 is #25D3CD. Grayscale: #606060. Windows color (decimal): -2479054 or 3288282. OLE color: 3288282.

HSL color Cylindrical-coordinate representation of color #DA2C32: hue angle of 357.93º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2C32 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 44 50 -
CMYK 0 0.80 0.77 0.15
HSL 357.93º 0.7% 0.51% -
HSV(B) 357.93º 0.8% 0.85% -
XYZ 30.39 16.94 4.69 -
YUV 96.71 101.65 214.51 -
System Red Green Blue C M Y K H S L
Decimal 218 44 50 0 0.80 0.77 0.15 357.93 0.7 0.51
Hex DA 2C 32 0 50 4D F 166 46 33
Octal 332 54 62 0 120 115 17 546 106 63
Binary 11011010 101100 110010 0 1010000 1001101 1111 101100110 1000110 110011

Color Harmonies of #DA2C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2C32

Black with #DA2C32

Text Example


Text Example

White with #DA2C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2C32; }

 p { color: rgb(218,44,50); }

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

background-color css

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

 a { background-color: rgb(218,44,50); }

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

border-color css

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

 span { border-color: rgb(218,44,50); }

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