Html Css Color HEX #DA242F Alizarin

📋 copy color: '#DA242F'

red 218 ◦ green 36 ◦ blue 47

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

Shades of Alizarin #DA242F

Tints of Alizarin #DA242F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 72.43%
G = 11.96%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA242F (or 0xDA242F) is known color: Alizarin. HEX triplet: DA, 24 and 2F. RGB value is (218,36,47). Sum of RGB (Red+Green+Blue) = 218+36+47=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA242F is #25DBD0. Grayscale: #5B5B5B. Windows color (decimal): -2481105 or 3089626. OLE color: 3089626.

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

Color convert

RGB 218 36 47 -
CMYK 0 0.83 0.78 0.15
HSL 356.37º 0.72% 0.5% -
HSV(B) 356.37º 0.83% 0.85% -
XYZ 30.06 16.37 4.27 -
YUV 91.67 102.8 218.11 -
System Red Green Blue C M Y K H S L
Decimal 218 36 47 0 0.83 0.78 0.15 356.37 0.72 0.5
Hex DA 24 2F 0 53 4E F 164 48 32
Octal 332 44 57 0 123 116 17 544 110 62
Binary 11011010 100100 101111 0 1010011 1001110 1111 101100100 1001000 110010

Color Harmonies of #DA242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA242F

Black with #DA242F

Text Example


Text Example

White with #DA242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA242F; }

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

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

background-color css

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

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

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

border-color css

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

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

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