Html Css Color HEX #DA243B Alizarin

📋 copy color: '#DA243B'

red 218 ◦ green 36 ◦ blue 59

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

Shades of Alizarin #DA243B

Tints of Alizarin #DA243B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.5%

 BLUE value IS 59 (23.44% from 255) = 18.85%

R = 69.65%
G = 11.5%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA243B (or 0xDA243B) is known color: Alizarin. HEX triplet: DA, 24 and 3B. RGB value is (218,36,59). Sum of RGB (Red+Green+Blue) = 218+36+59=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA243B is #25DBC4. Grayscale: #5D5D5D. Windows color (decimal): -2481093 or 3876058. OLE color: 3876058.

HSL color Cylindrical-coordinate representation of color #DA243B: hue angle of 352.42º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA243B is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 36 59 -
CMYK 0 0.83 0.73 0.15
HSL 352.42º 0.72% 0.5% -
HSV(B) 352.42º 0.83% 0.85% -
XYZ 30.33 16.48 5.72 -
YUV 93.04 108.8 217.13 -
System Red Green Blue C M Y K H S L
Decimal 218 36 59 0 0.83 0.73 0.15 352.42 0.72 0.5
Hex DA 24 3B 0 53 49 F 160 48 32
Octal 332 44 73 0 123 111 17 540 110 62
Binary 11011010 100100 111011 0 1010011 1001001 1111 101100000 1001000 110010

Color Harmonies of #DA243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA243B

Black with #DA243B

Text Example


Text Example

White with #DA243B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA243B; }

 p { color: rgb(218,36,59); }

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

background-color css

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

 a { background-color: rgb(218,36,59); }

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

border-color css

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

 span { border-color: rgb(218,36,59); }

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