Html Css Color HEX #DA242B Alizarin

📋 copy color: '#DA242B'

red 218 ◦ green 36 ◦ blue 43

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

Shades of Alizarin #DA242B

Tints of Alizarin #DA242B

RGB

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

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

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

R = 73.4%
G = 12.12%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA242B (or 0xDA242B) is known color: Alizarin. HEX triplet: DA, 24 and 2B. RGB value is (218,36,43). Sum of RGB (Red+Green+Blue) = 218+36+43=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA242B is #25DBD4. Grayscale: #5B5B5B. Windows color (decimal): -2481109 or 2827482. OLE color: 2827482.

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

Color convert

RGB 218 36 43 -
CMYK 0 0.83 0.80 0.15
HSL 357.69º 0.72% 0.5% -
HSV(B) 357.69º 0.83% 0.85% -
XYZ 29.98 16.34 3.86 -
YUV 91.22 100.8 218.43 -
System Red Green Blue C M Y K H S L
Decimal 218 36 43 0 0.83 0.80 0.15 357.69 0.72 0.5
Hex DA 24 2B 0 53 50 F 166 48 32
Octal 332 44 53 0 123 120 17 546 110 62
Binary 11011010 100100 101011 0 1010011 1010000 1111 101100110 1001000 110010

Color Harmonies of #DA242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA242B

Black with #DA242B

Text Example


Text Example

White with #DA242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA242B; }

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

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

background-color css

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

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

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

border-color css

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

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

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