Html Css Color HEX #DA3340 Alizarin

📋 copy color: '#DA3340'

red 218 ◦ green 51 ◦ blue 64

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

Shades of Alizarin #DA3340

Tints of Alizarin #DA3340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.22%

R = 65.47%
G = 15.32%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA3340 (or 0xDA3340) is known color: Alizarin. HEX triplet: DA, 33 and 40. RGB value is (218,51,64). Sum of RGB (Red+Green+Blue) = 218+51+64=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3340 is #25CCBF. Grayscale: #666666. Windows color (decimal): -2477248 or 4207578. OLE color: 4207578.

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

Color convert

RGB 218 51 64 -
CMYK 0 0.77 0.71 0.15
HSL 355.33º 0.69% 0.53% -
HSV(B) 355.33º 0.77% 0.85% -
XYZ 31.02 17.64 6.62 -
YUV 102.42 106.33 210.44 -
System Red Green Blue C M Y K H S L
Decimal 218 51 64 0 0.77 0.71 0.15 355.33 0.69 0.53
Hex DA 33 40 0 4D 47 F 163 45 35
Octal 332 63 100 0 115 107 17 543 105 65
Binary 11011010 110011 1000000 0 1001101 1000111 1111 101100011 1000101 110101

Color Harmonies of #DA3340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3340

Black with #DA3340

Text Example


Text Example

White with #DA3340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3340; }

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

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

background-color css

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

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

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

border-color css

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

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

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