Html Css Color HEX #D63035 Mahogany

📋 copy color: '#D63035'

red 214 ◦ green 48 ◦ blue 53

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

Shades of Mahogany #D63035

Tints of Mahogany #D63035

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.24%

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 67.94%
G = 15.24%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D63035 (or 0xD63035) is known color: Mahogany. HEX triplet: D6, 30 and 35. RGB value is (214,48,53). Sum of RGB (Red+Green+Blue) = 214+48+53=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D63035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63035 is #29CFCA. Grayscale: #626262. Windows color (decimal): -2740171 or 3485910. OLE color: 3485910.

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

Color convert

RGB 214 48 53 -
CMYK 0 0.78 0.75 0.16
HSL 358.19º 0.67% 0.51% -
HSV(B) 358.19º 0.78% 0.84% -
XYZ 29.43 16.67 5.03 -
YUV 98.2 102.5 210.59 -
System Red Green Blue C M Y K H S L
Decimal 214 48 53 0 0.78 0.75 0.16 358.19 0.67 0.51
Hex D6 30 35 0 4E 4B 10 166 43 33
Octal 326 60 65 0 116 113 20 546 103 63
Binary 11010110 110000 110101 0 1001110 1001011 10000 101100110 1000011 110011

Color Harmonies of #D63035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63035

Black with #D63035

Text Example


Text Example

White with #D63035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63035; }

 p { color: rgb(214,48,53); }

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

background-color css

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

 a { background-color: rgb(214,48,53); }

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

border-color css

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

 span { border-color: rgb(214,48,53); }

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