Html Css Color HEX #D6293B Alizarin

📋 copy color: '#D6293B'

red 214 ◦ green 41 ◦ blue 59

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

Shades of Alizarin #D6293B

Tints of Alizarin #D6293B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.79%

R = 68.15%
G = 13.06%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6293B (or 0xD6293B) is known color: Alizarin. HEX triplet: D6, 29 and 3B. RGB value is (214,41,59). Sum of RGB (Red+Green+Blue) = 214+41+59=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D6293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6293B is #29D6C4. Grayscale: #5E5E5E. Windows color (decimal): -2741957 or 3877334. OLE color: 3877334.

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

Color convert

RGB 214 41 59 -
CMYK 0 0.81 0.72 0.16
HSL 353.76º 0.68% 0.5% -
HSV(B) 353.76º 0.81% 0.84% -
XYZ 29.31 16.2 5.72 -
YUV 94.78 107.81 213.04 -
System Red Green Blue C M Y K H S L
Decimal 214 41 59 0 0.81 0.72 0.16 353.76 0.68 0.5
Hex D6 29 3B 0 51 48 10 162 44 32
Octal 326 51 73 0 121 110 20 542 104 62
Binary 11010110 101001 111011 0 1010001 1001000 10000 101100010 1000100 110010

Color Harmonies of #D6293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6293B

Black with #D6293B

Text Example


Text Example

White with #D6293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6293B; }

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

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

background-color css

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

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

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

border-color css

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

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

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