Html Css Color HEX #D63441 Mahogany

📋 copy color: '#D63441'

red 214 ◦ green 52 ◦ blue 65

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

Shades of Mahogany #D63441

Tints of Mahogany #D63441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.71%

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 64.65%
G = 15.71%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D63441 (or 0xD63441) is known color: Mahogany. HEX triplet: D6, 34 and 41. RGB value is (214,52,65). Sum of RGB (Red+Green+Blue) = 214+52+65=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D63441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63441 is #29CBBE. Grayscale: #666666. Windows color (decimal): -2739135 or 4273366. OLE color: 4273366.

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

Color convert

RGB 214 52 65 -
CMYK 0 0.76 0.70 0.16
HSL 355.19º 0.66% 0.52% -
HSV(B) 355.19º 0.76% 0.84% -
XYZ 29.91 17.13 6.73 -
YUV 101.92 107.17 207.94 -
System Red Green Blue C M Y K H S L
Decimal 214 52 65 0 0.76 0.70 0.16 355.19 0.66 0.52
Hex D6 34 41 0 4C 46 10 163 42 34
Octal 326 64 101 0 114 106 20 543 102 64
Binary 11010110 110100 1000001 0 1001100 1000110 10000 101100011 1000010 110100

Color Harmonies of #D63441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63441

Black with #D63441

Text Example


Text Example

White with #D63441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63441; }

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

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

background-color css

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

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

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

border-color css

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

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

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