Html Css Color HEX #DA3034 Alizarin

📋 copy color: '#DA3034'

red 218 ◦ green 48 ◦ blue 52

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

Shades of Alizarin #DA3034

Tints of Alizarin #DA3034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.35%

R = 68.55%
G = 15.09%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA3034 (or 0xDA3034) is known color: Alizarin. HEX triplet: DA, 30 and 34. RGB value is (218,48,52). Sum of RGB (Red+Green+Blue) = 218+48+52=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3034 is #25CFCB. Grayscale: #636363. Windows color (decimal): -2478028 or 3420378. OLE color: 3420378.

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

Color convert

RGB 218 48 52 -
CMYK 0 0.78 0.76 0.15
HSL 358.59º 0.7% 0.52% -
HSV(B) 358.59º 0.78% 0.85% -
XYZ 30.59 17.27 4.97 -
YUV 99.29 101.32 212.67 -
System Red Green Blue C M Y K H S L
Decimal 218 48 52 0 0.78 0.76 0.15 358.59 0.7 0.52
Hex DA 30 34 0 4E 4C F 167 46 34
Octal 332 60 64 0 116 114 17 547 106 64
Binary 11011010 110000 110100 0 1001110 1001100 1111 101100111 1000110 110100

Color Harmonies of #DA3034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3034

Black with #DA3034

Text Example


Text Example

White with #DA3034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3034; }

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

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

background-color css

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

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

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

border-color css

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

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

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