Html Css Color HEX #DA282E Alizarin

📋 copy color: '#DA282E'

red 218 ◦ green 40 ◦ blue 46

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

Shades of Alizarin #DA282E

Tints of Alizarin #DA282E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.13%

R = 71.71%
G = 13.16%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA282E (or 0xDA282E) is known color: Alizarin. HEX triplet: DA, 28 and 2E. RGB value is (218,40,46). Sum of RGB (Red+Green+Blue) = 218+40+46=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA282E is #25D7D1. Grayscale: #5E5E5E. Windows color (decimal): -2480082 or 3025114. OLE color: 3025114.

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

Color convert

RGB 218 40 46 -
CMYK 0 0.82 0.79 0.15
HSL 357.98º 0.71% 0.51% -
HSV(B) 357.98º 0.82% 0.85% -
XYZ 30.17 16.62 4.2 -
YUV 93.91 100.97 216.51 -
System Red Green Blue C M Y K H S L
Decimal 218 40 46 0 0.82 0.79 0.15 357.98 0.71 0.51
Hex DA 28 2E 0 52 4F F 166 47 33
Octal 332 50 56 0 122 117 17 546 107 63
Binary 11011010 101000 101110 0 1010010 1001111 1111 101100110 1000111 110011

Color Harmonies of #DA282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA282E

Black with #DA282E

Text Example


Text Example

White with #DA282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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