Html Css Color HEX #DA243C Alizarin

📋 copy color: '#DA243C'

red 218 ◦ green 36 ◦ blue 60

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

Shades of Alizarin #DA243C

Tints of Alizarin #DA243C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 69.43%
G = 11.46%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA243C (or 0xDA243C) is known color: Alizarin. HEX triplet: DA, 24 and 3C. RGB value is (218,36,60). Sum of RGB (Red+Green+Blue) = 218+36+60=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA243C is #25DBC3. Grayscale: #5D5D5D. Windows color (decimal): -2481092 or 3941594. OLE color: 3941594.

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

Color convert

RGB 218 36 60 -
CMYK 0 0.83 0.72 0.15
HSL 352.09º 0.72% 0.5% -
HSV(B) 352.09º 0.83% 0.85% -
XYZ 30.36 16.49 5.86 -
YUV 93.15 109.3 217.05 -
System Red Green Blue C M Y K H S L
Decimal 218 36 60 0 0.83 0.72 0.15 352.09 0.72 0.5
Hex DA 24 3C 0 53 48 F 160 48 32
Octal 332 44 74 0 123 110 17 540 110 62
Binary 11011010 100100 111100 0 1010011 1001000 1111 101100000 1001000 110010

Color Harmonies of #DA243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA243C

Black with #DA243C

Text Example


Text Example

White with #DA243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA243C; }

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

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

background-color css

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

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

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

border-color css

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

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

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