Html Css Color HEX #DA3140 Alizarin

📋 copy color: '#DA3140'

red 218 ◦ green 49 ◦ blue 64

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

Shades of Alizarin #DA3140

Tints of Alizarin #DA3140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.34%

R = 65.86%
G = 14.8%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA3140 (or 0xDA3140) is known color: Alizarin. HEX triplet: DA, 31 and 40. RGB value is (218,49,64). Sum of RGB (Red+Green+Blue) = 218+49+64=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3140 is #25CEBF. Grayscale: #656565. Windows color (decimal): -2477760 or 4207066. OLE color: 4207066.

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

Color convert

RGB 218 49 64 -
CMYK 0 0.78 0.71 0.15
HSL 354.67º 0.7% 0.52% -
HSV(B) 354.67º 0.78% 0.85% -
XYZ 30.94 17.47 6.59 -
YUV 101.24 106.99 211.28 -
System Red Green Blue C M Y K H S L
Decimal 218 49 64 0 0.78 0.71 0.15 354.67 0.7 0.52
Hex DA 31 40 0 4E 47 F 163 46 34
Octal 332 61 100 0 116 107 17 543 106 64
Binary 11011010 110001 1000000 0 1001110 1000111 1111 101100011 1000110 110100

Color Harmonies of #DA3140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3140

Black with #DA3140

Text Example


Text Example

White with #DA3140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3140; }

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

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

background-color css

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

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

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

border-color css

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

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

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