Html Css Color HEX #D6292E Alizarin

📋 copy color: '#D6292E'

red 214 ◦ green 41 ◦ blue 46

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

Shades of Alizarin #D6292E

Tints of Alizarin #D6292E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.28%

R = 71.1%
G = 13.62%
B = 15.28%

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

#D6292E (or 0xD6292E) is known color: Alizarin. HEX triplet: D6, 29 and 2E. RGB value is (214,41,46). Sum of RGB (Red+Green+Blue) = 214+41+46=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D6292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6292E is #29D6D1. Grayscale: #5D5D5D. Windows color (decimal): -2741970 or 3025366. OLE color: 3025366.

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

Color convert

RGB 214 41 46 -
CMYK 0 0.81 0.79 0.16
HSL 358.27º 0.68% 0.5% -
HSV(B) 358.27º 0.81% 0.84% -
XYZ 29.02 16.08 4.16 -
YUV 93.3 101.31 214.09 -
System Red Green Blue C M Y K H S L
Decimal 214 41 46 0 0.81 0.79 0.16 358.27 0.68 0.5
Hex D6 29 2E 0 51 4F 10 166 44 32
Octal 326 51 56 0 121 117 20 546 104 62
Binary 11010110 101001 101110 0 1010001 1001111 10000 101100110 1000100 110010

Color Harmonies of #D6292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6292E

Black with #D6292E

Text Example


Text Example

White with #D6292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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