Html Css Color HEX #DA283D Alizarin

📋 copy color: '#DA283D'

red 218 ◦ green 40 ◦ blue 61

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

Shades of Alizarin #DA283D

Tints of Alizarin #DA283D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.12%

R = 68.34%
G = 12.54%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA283D (or 0xDA283D) is known color: Alizarin. HEX triplet: DA, 28 and 3D. RGB value is (218,40,61). Sum of RGB (Red+Green+Blue) = 218+40+61=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA283D is #25D7C2. Grayscale: #5F5F5F. Windows color (decimal): -2480067 or 4008154. OLE color: 4008154.

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

Color convert

RGB 218 40 61 -
CMYK 0 0.82 0.72 0.15
HSL 352.92º 0.71% 0.51% -
HSV(B) 352.92º 0.82% 0.85% -
XYZ 30.51 16.76 6.04 -
YUV 95.62 108.47 215.29 -
System Red Green Blue C M Y K H S L
Decimal 218 40 61 0 0.82 0.72 0.15 352.92 0.71 0.51
Hex DA 28 3D 0 52 48 F 161 47 33
Octal 332 50 75 0 122 110 17 541 107 63
Binary 11011010 101000 111101 0 1010010 1001000 1111 101100001 1000111 110011

Color Harmonies of #DA283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA283D

Black with #DA283D

Text Example


Text Example

White with #DA283D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA283D; }

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

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

background-color css

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

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

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

border-color css

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

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

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