Html Css Color HEX #D6333C Mahogany

📋 copy color: '#D6333C'

red 214 ◦ green 51 ◦ blue 60

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

Shades of Mahogany #D6333C

Tints of Mahogany #D6333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.69%

 BLUE value IS 60 (23.83% from 255) = 18.46%

R = 65.85%
G = 15.69%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6333C (or 0xD6333C) is known color: Mahogany. HEX triplet: D6, 33 and 3C. RGB value is (214,51,60). Sum of RGB (Red+Green+Blue) = 214+51+60=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D6333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6333C is #29CCC3. Grayscale: #646464. Windows color (decimal): -2739396 or 3945430. OLE color: 3945430.

HSL color Cylindrical-coordinate representation of color #D6333C: hue angle of 356.69º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6333C is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 51 60 -
CMYK 0 0.76 0.72 0.16
HSL 356.69º 0.67% 0.52% -
HSV(B) 356.69º 0.76% 0.84% -
XYZ 29.73 16.99 5.99 -
YUV 100.76 105 208.77 -
System Red Green Blue C M Y K H S L
Decimal 214 51 60 0 0.76 0.72 0.16 356.69 0.67 0.52
Hex D6 33 3C 0 4C 48 10 165 43 34
Octal 326 63 74 0 114 110 20 545 103 64
Binary 11010110 110011 111100 0 1001100 1001000 10000 101100101 1000011 110100

Color Harmonies of #D6333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6333C

Black with #D6333C

Text Example


Text Example

White with #D6333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6333C; }

 p { color: rgb(214,51,60); }

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

background-color css

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

 a { background-color: rgb(214,51,60); }

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

border-color css

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

 span { border-color: rgb(214,51,60); }

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