Html Css Color HEX #DA3242 Alizarin

📋 copy color: '#DA3242'

red 218 ◦ green 50 ◦ blue 66

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

Shades of Alizarin #DA3242

Tints of Alizarin #DA3242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.97%

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

R = 65.27%
G = 14.97%
B = 19.76%

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

#DA3242 (or 0xDA3242) is known color: Alizarin. HEX triplet: DA, 32 and 42. RGB value is (218,50,66). Sum of RGB (Red+Green+Blue) = 218+50+66=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3242 is #25CDBD. Grayscale: #666666. Windows color (decimal): -2477502 or 4338394. OLE color: 4338394.

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

Color convert

RGB 218 50 66 -
CMYK 0 0.77 0.70 0.15
HSL 354.29º 0.69% 0.53% -
HSV(B) 354.29º 0.77% 0.85% -
XYZ 31.04 17.58 6.91 -
YUV 102.06 107.66 210.7 -
System Red Green Blue C M Y K H S L
Decimal 218 50 66 0 0.77 0.70 0.15 354.29 0.69 0.53
Hex DA 32 42 0 4D 46 F 162 45 35
Octal 332 62 102 0 115 106 17 542 105 65
Binary 11011010 110010 1000010 0 1001101 1000110 1111 101100010 1000101 110101

Color Harmonies of #DA3242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3242

Black with #DA3242

Text Example


Text Example

White with #DA3242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3242; }

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

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

background-color css

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

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

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

border-color css

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

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

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