Html Css Color HEX #D6292C Alizarin

📋 copy color: '#D6292C'

red 214 ◦ green 41 ◦ blue 44

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

Shades of Alizarin #D6292C

Tints of Alizarin #D6292C

RGB

 RED value IS 214 (83.98% from 255) = 71.57%

 GREEN value IS 41 (16.41% from 255) = 13.71%

 BLUE value IS 44 (17.58% from 255) = 14.72%

R = 71.57%
G = 13.71%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6292C (or 0xD6292C) is known color: Alizarin. HEX triplet: D6, 29 and 2C. RGB value is (214,41,44). Sum of RGB (Red+Green+Blue) = 214+41+44=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D6292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6292C is #29D6D3. Grayscale: #5D5D5D. Windows color (decimal): -2741972 or 2894294. OLE color: 2894294.

HSL color Cylindrical-coordinate representation of color #D6292C: hue angle of 358.96º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6292C is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 41 44 -
CMYK 0 0.81 0.79 0.16
HSL 358.96º 0.68% 0.5% -
HSV(B) 358.96º 0.81% 0.84% -
XYZ 28.98 16.06 3.96 -
YUV 93.07 100.31 214.26 -
System Red Green Blue C M Y K H S L
Decimal 214 41 44 0 0.81 0.79 0.16 358.96 0.68 0.5
Hex D6 29 2C 0 51 4F 10 167 44 32
Octal 326 51 54 0 121 117 20 547 104 62
Binary 11010110 101001 101100 0 1010001 1001111 10000 101100111 1000100 110010

Color Harmonies of #D6292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6292C

Black with #D6292C

Text Example


Text Example

White with #D6292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6292C; }

 p { color: rgb(214,41,44); }

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

background-color css

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

 a { background-color: rgb(214,41,44); }

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

border-color css

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

 span { border-color: rgb(214,41,44); }

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