Html Css Color HEX #D63334 Mahogany

📋 copy color: '#D63334'

red 214 ◦ green 51 ◦ blue 52

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

Shades of Mahogany #D63334

Tints of Mahogany #D63334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.4%

R = 67.51%
G = 16.09%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D63334 (or 0xD63334) is known color: Mahogany. HEX triplet: D6, 33 and 34. RGB value is (214,51,52). Sum of RGB (Red+Green+Blue) = 214+51+52=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D63334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63334 is #29CCCB. Grayscale: #646464. Windows color (decimal): -2739404 or 3421142. OLE color: 3421142.

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

Color convert

RGB 214 51 52 -
CMYK 0 0.76 0.76 0.16
HSL 359.63º 0.67% 0.52% -
HSV(B) 359.63º 0.76% 0.84% -
XYZ 29.54 16.91 4.96 -
YUV 99.85 101 209.42 -
System Red Green Blue C M Y K H S L
Decimal 214 51 52 0 0.76 0.76 0.16 359.63 0.67 0.52
Hex D6 33 34 0 4C 4C 10 168 43 34
Octal 326 63 64 0 114 114 20 550 103 64
Binary 11010110 110011 110100 0 1001100 1001100 10000 101101000 1000011 110100

Color Harmonies of #D63334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63334

Black with #D63334

Text Example


Text Example

White with #D63334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63334; }

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

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

background-color css

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

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

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

border-color css

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

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

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