Html Css Color HEX #DA3342 Alizarin

📋 copy color: '#DA3342'

red 218 ◦ green 51 ◦ blue 66

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

Shades of Alizarin #DA3342

Tints of Alizarin #DA3342

RGB

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

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

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

R = 65.07%
G = 15.22%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA3342 (or 0xDA3342) is known color: Alizarin. HEX triplet: DA, 33 and 42. RGB value is (218,51,66). Sum of RGB (Red+Green+Blue) = 218+51+66=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3342 is #25CCBD. Grayscale: #666666. Windows color (decimal): -2477246 or 4338650. OLE color: 4338650.

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

Color convert

RGB 218 51 66 -
CMYK 0 0.77 0.70 0.15
HSL 354.61º 0.69% 0.53% -
HSV(B) 354.61º 0.77% 0.85% -
XYZ 31.08 17.67 6.93 -
YUV 102.64 107.33 210.28 -
System Red Green Blue C M Y K H S L
Decimal 218 51 66 0 0.77 0.70 0.15 354.61 0.69 0.53
Hex DA 33 42 0 4D 46 F 163 45 35
Octal 332 63 102 0 115 106 17 543 105 65
Binary 11011010 110011 1000010 0 1001101 1000110 1111 101100011 1000101 110101

Color Harmonies of #DA3342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3342

Black with #DA3342

Text Example


Text Example

White with #DA3342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3342; }

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

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

background-color css

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

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

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

border-color css

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

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

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