Html Css Color HEX #D6292A Alizarin

📋 copy color: '#D6292A'

red 214 ◦ green 41 ◦ blue 42

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

Shades of Alizarin #D6292A

Tints of Alizarin #D6292A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.14%

R = 72.05%
G = 13.8%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6292A (or 0xD6292A) is known color: Alizarin. HEX triplet: D6, 29 and 2A. RGB value is (214,41,42). Sum of RGB (Red+Green+Blue) = 214+41+42=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D6292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6292A is #29D6D5. Grayscale: #5D5D5D. Windows color (decimal): -2741974 or 2763222. OLE color: 2763222.

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

Color convert

RGB 214 41 42 -
CMYK 0 0.81 0.80 0.16
HSL 359.65º 0.68% 0.5% -
HSV(B) 359.65º 0.81% 0.84% -
XYZ 28.94 16.05 3.76 -
YUV 92.84 99.31 214.42 -
System Red Green Blue C M Y K H S L
Decimal 214 41 42 0 0.81 0.80 0.16 359.65 0.68 0.5
Hex D6 29 2A 0 51 50 10 168 44 32
Octal 326 51 52 0 121 120 20 550 104 62
Binary 11010110 101001 101010 0 1010001 1010000 10000 101101000 1000100 110010

Color Harmonies of #D6292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6292A

Black with #D6292A

Text Example


Text Example

White with #D6292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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