Html Css Color HEX #DA333F Alizarin

📋 copy color: '#DA333F'

red 218 ◦ green 51 ◦ blue 63

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

Shades of Alizarin #DA333F

Tints of Alizarin #DA333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.98%

R = 65.66%
G = 15.36%
B = 18.98%

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

#DA333F (or 0xDA333F) is known color: Alizarin. HEX triplet: DA, 33 and 3F. RGB value is (218,51,63). Sum of RGB (Red+Green+Blue) = 218+51+63=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA333F is #25CCC0. Grayscale: #666666. Windows color (decimal): -2477249 or 4142042. OLE color: 4142042.

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

Color convert

RGB 218 51 63 -
CMYK 0 0.77 0.71 0.15
HSL 355.69º 0.69% 0.53% -
HSV(B) 355.69º 0.77% 0.85% -
XYZ 30.99 17.63 6.47 -
YUV 102.3 105.83 210.52 -
System Red Green Blue C M Y K H S L
Decimal 218 51 63 0 0.77 0.71 0.15 355.69 0.69 0.53
Hex DA 33 3F 0 4D 47 F 164 45 35
Octal 332 63 77 0 115 107 17 544 105 65
Binary 11011010 110011 111111 0 1001101 1000111 1111 101100100 1000101 110101

Color Harmonies of #DA333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA333F

Black with #DA333F

Text Example


Text Example

White with #DA333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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