Html Css Color HEX #DA242E Alizarin

📋 copy color: '#DA242E'

red 218 ◦ green 36 ◦ blue 46

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

Shades of Alizarin #DA242E

Tints of Alizarin #DA242E

RGB

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

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

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

R = 72.67%
G = 12%
B = 15.33%

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

#DA242E (or 0xDA242E) is known color: Alizarin. HEX triplet: DA, 24 and 2E. RGB value is (218,36,46). Sum of RGB (Red+Green+Blue) = 218+36+46=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA242E is #25DBD1. Grayscale: #5B5B5B. Windows color (decimal): -2481106 or 3024090. OLE color: 3024090.

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

Color convert

RGB 218 36 46 -
CMYK 0 0.83 0.79 0.15
HSL 356.7º 0.72% 0.5% -
HSV(B) 356.7º 0.83% 0.85% -
XYZ 30.04 16.36 4.16 -
YUV 91.56 102.3 218.19 -
System Red Green Blue C M Y K H S L
Decimal 218 36 46 0 0.83 0.79 0.15 356.7 0.72 0.5
Hex DA 24 2E 0 53 4F F 165 48 32
Octal 332 44 56 0 123 117 17 545 110 62
Binary 11011010 100100 101110 0 1010011 1001111 1111 101100101 1001000 110010

Color Harmonies of #DA242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA242E

Black with #DA242E

Text Example


Text Example

White with #DA242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA242E; }

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

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

background-color css

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

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

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

border-color css

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

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

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