Html Css Color HEX #DA343F Alizarin

📋 copy color: '#DA343F'

red 218 ◦ green 52 ◦ blue 63

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

Shades of Alizarin #DA343F

Tints of Alizarin #DA343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.62%

 BLUE value IS 63 (25% from 255) = 18.92%

R = 65.47%
G = 15.62%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA343F (or 0xDA343F) is known color: Alizarin. HEX triplet: DA, 34 and 3F. RGB value is (218,52,63). Sum of RGB (Red+Green+Blue) = 218+52+63=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA343F is #25CBC0. Grayscale: #676767. Windows color (decimal): -2476993 or 4142298. OLE color: 4142298.

HSL color Cylindrical-coordinate representation of color #DA343F: hue angle of 356.02º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA343F is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 52 63 -
CMYK 0 0.76 0.71 0.15
HSL 356.02º 0.69% 0.53% -
HSV(B) 356.02º 0.76% 0.85% -
XYZ 31.04 17.72 6.49 -
YUV 102.89 105.5 210.11 -
System Red Green Blue C M Y K H S L
Decimal 218 52 63 0 0.76 0.71 0.15 356.02 0.69 0.53
Hex DA 34 3F 0 4C 47 F 164 45 35
Octal 332 64 77 0 114 107 17 544 105 65
Binary 11011010 110100 111111 0 1001100 1000111 1111 101100100 1000101 110101

Color Harmonies of #DA343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA343F

Black with #DA343F

Text Example


Text Example

White with #DA343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA343F; }

 p { color: rgb(218,52,63); }

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

background-color css

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

 a { background-color: rgb(218,52,63); }

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

border-color css

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

 span { border-color: rgb(218,52,63); }

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