Html Css Color HEX #DA282C Alizarin

📋 copy color: '#DA282C'

red 218 ◦ green 40 ◦ blue 44

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

Shades of Alizarin #DA282C

Tints of Alizarin #DA282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.25%

 BLUE value IS 44 (17.58% from 255) = 14.57%

R = 72.19%
G = 13.25%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA282C (or 0xDA282C) is known color: Alizarin. HEX triplet: DA, 28 and 2C. RGB value is (218,40,44). Sum of RGB (Red+Green+Blue) = 218+40+44=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA282C is #25D7D3. Grayscale: #5D5D5D. Windows color (decimal): -2480084 or 2894042. OLE color: 2894042.

HSL color Cylindrical-coordinate representation of color #DA282C: hue angle of 358.65º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA282C is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 40 44 -
CMYK 0 0.82 0.80 0.15
HSL 358.65º 0.71% 0.51% -
HSV(B) 358.65º 0.82% 0.85% -
XYZ 30.13 16.6 4 -
YUV 93.68 99.97 216.67 -
System Red Green Blue C M Y K H S L
Decimal 218 40 44 0 0.82 0.80 0.15 358.65 0.71 0.51
Hex DA 28 2C 0 52 50 F 167 47 33
Octal 332 50 54 0 122 120 17 547 107 63
Binary 11011010 101000 101100 0 1010010 1010000 1111 101100111 1000111 110011

Color Harmonies of #DA282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA282C

Black with #DA282C

Text Example


Text Example

White with #DA282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA282C; }

 p { color: rgb(218,40,44); }

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

background-color css

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

 a { background-color: rgb(218,40,44); }

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

border-color css

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

 span { border-color: rgb(218,40,44); }

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