Html Css Color HEX #DA3343 Alizarin

📋 copy color: '#DA3343'

red 218 ◦ green 51 ◦ blue 67

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

Shades of Alizarin #DA3343

Tints of Alizarin #DA3343

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.18%

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

R = 64.88%
G = 15.18%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA3343 (or 0xDA3343) is known color: Alizarin. HEX triplet: DA, 33 and 43. RGB value is (218,51,67). Sum of RGB (Red+Green+Blue) = 218+51+67=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3343 is #25CCBC. Grayscale: #666666. Windows color (decimal): -2477245 or 4404186. OLE color: 4404186.

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

Color convert

RGB 218 51 67 -
CMYK 0 0.77 0.69 0.15
HSL 354.25º 0.69% 0.53% -
HSV(B) 354.25º 0.77% 0.85% -
XYZ 31.11 17.68 7.08 -
YUV 102.76 107.83 210.2 -
System Red Green Blue C M Y K H S L
Decimal 218 51 67 0 0.77 0.69 0.15 354.25 0.69 0.53
Hex DA 33 43 0 4D 45 F 162 45 35
Octal 332 63 103 0 115 105 17 542 105 65
Binary 11011010 110011 1000011 0 1001101 1000101 1111 101100010 1000101 110101

Color Harmonies of #DA3343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3343

Black with #DA3343

Text Example


Text Example

White with #DA3343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3343; }

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

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

background-color css

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

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

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

border-color css

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

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

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