Html Css Color HEX #DA222B Alizarin

📋 copy color: '#DA222B'

red 218 ◦ green 34 ◦ blue 43

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

Shades of Alizarin #DA222B

Tints of Alizarin #DA222B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.58%

R = 73.9%
G = 11.53%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA222B (or 0xDA222B) is known color: Alizarin. HEX triplet: DA, 22 and 2B. RGB value is (218,34,43). Sum of RGB (Red+Green+Blue) = 218+34+43=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA222B is #25DDD4. Grayscale: #5A5A5A. Windows color (decimal): -2481621 or 2826970. OLE color: 2826970.

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

Color convert

RGB 218 34 43 -
CMYK 0 0.84 0.80 0.15
HSL 357.07º 0.73% 0.49% -
HSV(B) 357.07º 0.84% 0.85% -
XYZ 29.92 16.22 3.84 -
YUV 90.04 101.46 219.27 -
System Red Green Blue C M Y K H S L
Decimal 218 34 43 0 0.84 0.80 0.15 357.07 0.73 0.49
Hex DA 22 2B 0 54 50 F 165 49 31
Octal 332 42 53 0 124 120 17 545 111 61
Binary 11011010 100010 101011 0 1010100 1010000 1111 101100101 1001001 110001

Color Harmonies of #DA222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA222B

Black with #DA222B

Text Example


Text Example

White with #DA222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA222B; }

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

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

background-color css

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

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

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

border-color css

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

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

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