Html Css Color HEX #DA3142 Alizarin

📋 copy color: '#DA3142'

red 218 ◦ green 49 ◦ blue 66

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

Shades of Alizarin #DA3142

Tints of Alizarin #DA3142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.71%

 BLUE value IS 66 (26.17% from 255) = 19.82%

R = 65.47%
G = 14.71%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA3142 (or 0xDA3142) is known color: Alizarin. HEX triplet: DA, 31 and 42. RGB value is (218,49,66). Sum of RGB (Red+Green+Blue) = 218+49+66=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3142 is #25CEBD. Grayscale: #656565. Windows color (decimal): -2477758 or 4338138. OLE color: 4338138.

HSL color Cylindrical-coordinate representation of color #DA3142: hue angle of 353.96º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3142 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 49 66 -
CMYK 0 0.78 0.70 0.15
HSL 353.96º 0.7% 0.52% -
HSV(B) 353.96º 0.78% 0.85% -
XYZ 31 17.5 6.9 -
YUV 101.47 107.99 211.12 -
System Red Green Blue C M Y K H S L
Decimal 218 49 66 0 0.78 0.70 0.15 353.96 0.7 0.52
Hex DA 31 42 0 4E 46 F 162 46 34
Octal 332 61 102 0 116 106 17 542 106 64
Binary 11011010 110001 1000010 0 1001110 1000110 1111 101100010 1000110 110100

Color Harmonies of #DA3142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3142

Black with #DA3142

Text Example


Text Example

White with #DA3142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3142; }

 p { color: rgb(218,49,66); }

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

background-color css

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

 a { background-color: rgb(218,49,66); }

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

border-color css

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

 span { border-color: rgb(218,49,66); }

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