Html Css Color HEX #DA3143 Alizarin

📋 copy color: '#DA3143'

red 218 ◦ green 49 ◦ blue 67

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

Shades of Alizarin #DA3143

Tints of Alizarin #DA3143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.06%

R = 65.27%
G = 14.67%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA3143 (or 0xDA3143) is known color: Alizarin. HEX triplet: DA, 31 and 43. RGB value is (218,49,67). Sum of RGB (Red+Green+Blue) = 218+49+67=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3143 is #25CEBC. Grayscale: #656565. Windows color (decimal): -2477757 or 4403674. OLE color: 4403674.

HSL color Cylindrical-coordinate representation of color #DA3143: hue angle of 353.61º 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 #DA3143 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 49 67 -
CMYK 0 0.78 0.69 0.15
HSL 353.61º 0.7% 0.52% -
HSV(B) 353.61º 0.78% 0.85% -
XYZ 31.02 17.51 7.05 -
YUV 101.58 108.49 211.04 -
System Red Green Blue C M Y K H S L
Decimal 218 49 67 0 0.78 0.69 0.15 353.61 0.7 0.52
Hex DA 31 43 0 4E 45 F 162 46 34
Octal 332 61 103 0 116 105 17 542 106 64
Binary 11011010 110001 1000011 0 1001110 1000101 1111 101100010 1000110 110100

Color Harmonies of #DA3143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3143

Black with #DA3143

Text Example


Text Example

White with #DA3143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3143; }

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

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

background-color css

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

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

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

border-color css

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

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

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