Html Css Color HEX #DA333C Alizarin

📋 copy color: '#DA333C'

red 218 ◦ green 51 ◦ blue 60

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

Shades of Alizarin #DA333C

Tints of Alizarin #DA333C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 66.26%
G = 15.5%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA333C (or 0xDA333C) is known color: Alizarin. HEX triplet: DA, 33 and 3C. RGB value is (218,51,60). Sum of RGB (Red+Green+Blue) = 218+51+60=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA333C is #25CCC3. Grayscale: #666666. Windows color (decimal): -2477252 or 3945434. OLE color: 3945434.

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

Color convert

RGB 218 51 60 -
CMYK 0 0.77 0.72 0.15
HSL 356.77º 0.69% 0.53% -
HSV(B) 356.77º 0.77% 0.85% -
XYZ 30.91 17.6 6.04 -
YUV 101.96 104.33 210.77 -
System Red Green Blue C M Y K H S L
Decimal 218 51 60 0 0.77 0.72 0.15 356.77 0.69 0.53
Hex DA 33 3C 0 4D 48 F 165 45 35
Octal 332 63 74 0 115 110 17 545 105 65
Binary 11011010 110011 111100 0 1001101 1001000 1111 101100101 1000101 110101

Color Harmonies of #DA333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA333C

Black with #DA333C

Text Example


Text Example

White with #DA333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA333C; }

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

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

background-color css

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

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

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

border-color css

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

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

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