Html Css Color HEX #DA223C Alizarin

📋 copy color: '#DA223C'

red 218 ◦ green 34 ◦ blue 60

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

Shades of Alizarin #DA223C

Tints of Alizarin #DA223C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.9%

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

R = 69.87%
G = 10.9%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA223C (or 0xDA223C) is known color: Alizarin. HEX triplet: DA, 22 and 3C. RGB value is (218,34,60). Sum of RGB (Red+Green+Blue) = 218+34+60=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA223C is #25DDC3. Grayscale: #5C5C5C. Windows color (decimal): -2481604 or 3941082. OLE color: 3941082.

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

Color convert

RGB 218 34 60 -
CMYK 0 0.84 0.72 0.15
HSL 351.52º 0.73% 0.49% -
HSV(B) 351.52º 0.84% 0.85% -
XYZ 30.3 16.38 5.84 -
YUV 91.98 109.96 217.89 -
System Red Green Blue C M Y K H S L
Decimal 218 34 60 0 0.84 0.72 0.15 351.52 0.73 0.49
Hex DA 22 3C 0 54 48 F 160 49 31
Octal 332 42 74 0 124 110 17 540 111 61
Binary 11011010 100010 111100 0 1010100 1001000 1111 101100000 1001001 110001

Color Harmonies of #DA223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA223C

Black with #DA223C

Text Example


Text Example

White with #DA223C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA223C; }

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

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

background-color css

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

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

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

border-color css

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

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

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