Html Css Color HEX #DA282B Alizarin

📋 copy color: '#DA282B'

red 218 ◦ green 40 ◦ blue 43

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

Shades of Alizarin #DA282B

Tints of Alizarin #DA282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 72.43%
G = 13.29%
B = 14.29%

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

#DA282B (or 0xDA282B) is known color: Alizarin. HEX triplet: DA, 28 and 2B. RGB value is (218,40,43). Sum of RGB (Red+Green+Blue) = 218+40+43=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA282B is #25D7D4. Grayscale: #5D5D5D. Windows color (decimal): -2480085 or 2828506. OLE color: 2828506.

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

Color convert

RGB 218 40 43 -
CMYK 0 0.82 0.80 0.15
HSL 358.99º 0.71% 0.51% -
HSV(B) 358.99º 0.82% 0.85% -
XYZ 30.11 16.6 3.9 -
YUV 93.56 99.47 216.76 -
System Red Green Blue C M Y K H S L
Decimal 218 40 43 0 0.82 0.80 0.15 358.99 0.71 0.51
Hex DA 28 2B 0 52 50 F 167 47 33
Octal 332 50 53 0 122 120 17 547 107 63
Binary 11011010 101000 101011 0 1010010 1010000 1111 101100111 1000111 110011

Color Harmonies of #DA282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA282B

Black with #DA282B

Text Example


Text Example

White with #DA282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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