Html Css Color HEX #DA222F Alizarin

📋 copy color: '#DA222F'

red 218 ◦ green 34 ◦ blue 47

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

Shades of Alizarin #DA222F

Tints of Alizarin #DA222F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.72%

R = 72.91%
G = 11.37%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA222F (or 0xDA222F) is known color: Alizarin. HEX triplet: DA, 22 and 2F. RGB value is (218,34,47). Sum of RGB (Red+Green+Blue) = 218+34+47=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA222F is #25DDD0. Grayscale: #5A5A5A. Windows color (decimal): -2481617 or 3089114. OLE color: 3089114.

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

Color convert

RGB 218 34 47 -
CMYK 0 0.84 0.78 0.15
HSL 355.76º 0.73% 0.49% -
HSV(B) 355.76º 0.84% 0.85% -
XYZ 30 16.25 4.25 -
YUV 90.5 103.46 218.94 -
System Red Green Blue C M Y K H S L
Decimal 218 34 47 0 0.84 0.78 0.15 355.76 0.73 0.49
Hex DA 22 2F 0 54 4E F 164 49 31
Octal 332 42 57 0 124 116 17 544 111 61
Binary 11011010 100010 101111 0 1010100 1001110 1111 101100100 1001001 110001

Color Harmonies of #DA222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA222F

Black with #DA222F

Text Example


Text Example

White with #DA222F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA222F; }

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

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

background-color css

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

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

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

border-color css

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

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

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