Html Css Color HEX #DA242D Alizarin

📋 copy color: '#DA242D'

red 218 ◦ green 36 ◦ blue 45

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

Shades of Alizarin #DA242D

Tints of Alizarin #DA242D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.05%

R = 72.91%
G = 12.04%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA242D (or 0xDA242D) is known color: Alizarin. HEX triplet: DA, 24 and 2D. RGB value is (218,36,45). Sum of RGB (Red+Green+Blue) = 218+36+45=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA242D is #25DBD2. Grayscale: #5B5B5B. Windows color (decimal): -2481107 or 2958554. OLE color: 2958554.

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

Color convert

RGB 218 36 45 -
CMYK 0 0.83 0.79 0.15
HSL 357.03º 0.72% 0.5% -
HSV(B) 357.03º 0.83% 0.85% -
XYZ 30.02 16.36 4.06 -
YUV 91.44 101.8 218.27 -
System Red Green Blue C M Y K H S L
Decimal 218 36 45 0 0.83 0.79 0.15 357.03 0.72 0.5
Hex DA 24 2D 0 53 4F F 165 48 32
Octal 332 44 55 0 123 117 17 545 110 62
Binary 11011010 100100 101101 0 1010011 1001111 1111 101100101 1001000 110010

Color Harmonies of #DA242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA242D

Black with #DA242D

Text Example


Text Example

White with #DA242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA242D; }

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

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

background-color css

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

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

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

border-color css

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

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

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