Html Css Color HEX #DA223E Alizarin

📋 copy color: '#DA223E'

red 218 ◦ green 34 ◦ blue 62

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

Shades of Alizarin #DA223E

Tints of Alizarin #DA223E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.75%

R = 69.43%
G = 10.83%
B = 19.75%

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

#DA223E (or 0xDA223E) is known color: Alizarin. HEX triplet: DA, 22 and 3E. RGB value is (218,34,62). Sum of RGB (Red+Green+Blue) = 218+34+62=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA223E is #25DDC1. Grayscale: #5C5C5C. Windows color (decimal): -2481602 or 4072154. OLE color: 4072154.

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

Color convert

RGB 218 34 62 -
CMYK 0 0.84 0.72 0.15
HSL 350.87º 0.73% 0.49% -
HSV(B) 350.87º 0.84% 0.85% -
XYZ 30.35 16.4 6.12 -
YUV 92.21 110.96 217.72 -
System Red Green Blue C M Y K H S L
Decimal 218 34 62 0 0.84 0.72 0.15 350.87 0.73 0.49
Hex DA 22 3E 0 54 48 F 15F 49 31
Octal 332 42 76 0 124 110 17 537 111 61
Binary 11011010 100010 111110 0 1010100 1001000 1111 101011111 1001001 110001

Color Harmonies of #DA223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA223E

Black with #DA223E

Text Example


Text Example

White with #DA223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA223E; }

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

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

background-color css

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

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

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

border-color css

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

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

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