Html Css Color HEX #DA2F33 Alizarin

📋 copy color: '#DA2F33'

red 218 ◦ green 47 ◦ blue 51

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

Shades of Alizarin #DA2F33

Tints of Alizarin #DA2F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.14%

R = 68.99%
G = 14.87%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA2F33 (or 0xDA2F33) is known color: Alizarin. HEX triplet: DA, 2F and 33. RGB value is (218,47,51). Sum of RGB (Red+Green+Blue) = 218+47+51=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2F33 is #25D0CC. Grayscale: #626262. Windows color (decimal): -2478285 or 3354586. OLE color: 3354586.

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

Color convert

RGB 218 47 51 -
CMYK 0 0.78 0.77 0.15
HSL 358.6º 0.7% 0.52% -
HSV(B) 358.6º 0.78% 0.85% -
XYZ 30.53 17.18 4.84 -
YUV 98.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 218 47 51 0 0.78 0.77 0.15 358.6 0.7 0.52
Hex DA 2F 33 0 4E 4D F 167 46 34
Octal 332 57 63 0 116 115 17 547 106 64
Binary 11011010 101111 110011 0 1001110 1001101 1111 101100111 1000110 110100

Color Harmonies of #DA2F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2F33

Black with #DA2F33

Text Example


Text Example

White with #DA2F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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