Html Css Color HEX #DA303C Alizarin

📋 copy color: '#DA303C'

red 218 ◦ green 48 ◦ blue 60

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

Shades of Alizarin #DA303C

Tints of Alizarin #DA303C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.72%

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

R = 66.87%
G = 14.72%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA303C (or 0xDA303C) is known color: Alizarin. HEX triplet: DA, 30 and 3C. RGB value is (218,48,60). Sum of RGB (Red+Green+Blue) = 218+48+60=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA303C is #25CFC3. Grayscale: #646464. Windows color (decimal): -2478020 or 3944666. OLE color: 3944666.

HSL color Cylindrical-coordinate representation of color #DA303C: hue angle of 355.76º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA303C is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 48 60 -
CMYK 0 0.78 0.72 0.15
HSL 355.76º 0.7% 0.52% -
HSV(B) 355.76º 0.78% 0.85% -
XYZ 30.79 17.35 6 -
YUV 100.2 105.32 212.02 -
System Red Green Blue C M Y K H S L
Decimal 218 48 60 0 0.78 0.72 0.15 355.76 0.7 0.52
Hex DA 30 3C 0 4E 48 F 164 46 34
Octal 332 60 74 0 116 110 17 544 106 64
Binary 11011010 110000 111100 0 1001110 1001000 1111 101100100 1000110 110100

Color Harmonies of #DA303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA303C

Black with #DA303C

Text Example


Text Example

White with #DA303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA303C; }

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

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

background-color css

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

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

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

border-color css

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

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

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