Html Css Color HEX #DA3043 Alizarin

📋 copy color: '#DA3043'

red 218 ◦ green 48 ◦ blue 67

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

Shades of Alizarin #DA3043

Tints of Alizarin #DA3043

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.41%

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

R = 65.47%
G = 14.41%
B = 20.12%

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

#DA3043 (or 0xDA3043) is known color: Alizarin. HEX triplet: DA, 30 and 43. RGB value is (218,48,67). Sum of RGB (Red+Green+Blue) = 218+48+67=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3043 is #25CFBC. Grayscale: #656565. Windows color (decimal): -2478013 or 4403418. OLE color: 4403418.

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

Color convert

RGB 218 48 67 -
CMYK 0 0.78 0.69 0.15
HSL 353.29º 0.7% 0.52% -
HSV(B) 353.29º 0.78% 0.85% -
XYZ 30.98 17.42 7.04 -
YUV 101 108.82 211.46 -
System Red Green Blue C M Y K H S L
Decimal 218 48 67 0 0.78 0.69 0.15 353.29 0.7 0.52
Hex DA 30 43 0 4E 45 F 161 46 34
Octal 332 60 103 0 116 105 17 541 106 64
Binary 11011010 110000 1000011 0 1001110 1000101 1111 101100001 1000110 110100

Color Harmonies of #DA3043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3043

Black with #DA3043

Text Example


Text Example

White with #DA3043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3043; }

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

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

background-color css

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

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

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

border-color css

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

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

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