Html Css Color HEX #DA2F34 Alizarin

📋 copy color: '#DA2F34'

red 218 ◦ green 47 ◦ blue 52

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

Shades of Alizarin #DA2F34

Tints of Alizarin #DA2F34

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.83%

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

R = 68.77%
G = 14.83%
B = 16.4%

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

#DA2F34 (or 0xDA2F34) is known color: Alizarin. HEX triplet: DA, 2F and 34. RGB value is (218,47,52). Sum of RGB (Red+Green+Blue) = 218+47+52=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2F34 is #25D0CB. Grayscale: #626262. Windows color (decimal): -2478284 or 3420122. OLE color: 3420122.

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

Color convert

RGB 218 47 52 -
CMYK 0 0.78 0.76 0.15
HSL 358.25º 0.7% 0.52% -
HSV(B) 358.25º 0.78% 0.85% -
XYZ 30.55 17.19 4.96 -
YUV 98.7 101.65 213.09 -
System Red Green Blue C M Y K H S L
Decimal 218 47 52 0 0.78 0.76 0.15 358.25 0.7 0.52
Hex DA 2F 34 0 4E 4C F 166 46 34
Octal 332 57 64 0 116 114 17 546 106 64
Binary 11011010 101111 110100 0 1001110 1001100 1111 101100110 1000110 110100

Color Harmonies of #DA2F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2F34

Black with #DA2F34

Text Example


Text Example

White with #DA2F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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