Html Css Color HEX #DA222D Alizarin

📋 copy color: '#DA222D'

red 218 ◦ green 34 ◦ blue 45

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

Shades of Alizarin #DA222D

Tints of Alizarin #DA222D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.15%

R = 73.4%
G = 11.45%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA222D (or 0xDA222D) is known color: Alizarin. HEX triplet: DA, 22 and 2D. RGB value is (218,34,45). Sum of RGB (Red+Green+Blue) = 218+34+45=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA222D is #25DDD2. Grayscale: #5A5A5A. Windows color (decimal): -2481619 or 2958042. OLE color: 2958042.

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

Color convert

RGB 218 34 45 -
CMYK 0 0.84 0.79 0.15
HSL 356.41º 0.73% 0.49% -
HSV(B) 356.41º 0.84% 0.85% -
XYZ 29.96 16.24 4.04 -
YUV 90.27 102.46 219.11 -
System Red Green Blue C M Y K H S L
Decimal 218 34 45 0 0.84 0.79 0.15 356.41 0.73 0.49
Hex DA 22 2D 0 54 4F F 164 49 31
Octal 332 42 55 0 124 117 17 544 111 61
Binary 11011010 100010 101101 0 1010100 1001111 1111 101100100 1001001 110001

Color Harmonies of #DA222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA222D

Black with #DA222D

Text Example


Text Example

White with #DA222D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA222D; }

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

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

background-color css

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

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

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

border-color css

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

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

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