Html Css Color HEX #DA253C Alizarin

📋 copy color: '#DA253C'

red 218 ◦ green 37 ◦ blue 60

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

Shades of Alizarin #DA253C

Tints of Alizarin #DA253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.75%

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

R = 69.21%
G = 11.75%
B = 19.05%

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

#DA253C (or 0xDA253C) is known color: Alizarin. HEX triplet: DA, 25 and 3C. RGB value is (218,37,60). Sum of RGB (Red+Green+Blue) = 218+37+60=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA253C is #25DAC3. Grayscale: #5D5D5D. Windows color (decimal): -2480836 or 3941850. OLE color: 3941850.

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

Color convert

RGB 218 37 60 -
CMYK 0 0.83 0.72 0.15
HSL 352.38º 0.71% 0.5% -
HSV(B) 352.38º 0.83% 0.85% -
XYZ 30.39 16.55 5.87 -
YUV 93.74 108.97 216.63 -
System Red Green Blue C M Y K H S L
Decimal 218 37 60 0 0.83 0.72 0.15 352.38 0.71 0.5
Hex DA 25 3C 0 53 48 F 160 47 32
Octal 332 45 74 0 123 110 17 540 107 62
Binary 11011010 100101 111100 0 1010011 1001000 1111 101100000 1000111 110010

Color Harmonies of #DA253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA253C

Black with #DA253C

Text Example


Text Example

White with #DA253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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