Html Css Color HEX #D7303C Mahogany

📋 copy color: '#D7303C'

red 215 ◦ green 48 ◦ blue 60

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

Shades of Mahogany #D7303C

Tints of Mahogany #D7303C

RGB

 RED value IS 215 (84.38% from 255) = 66.56%

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

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

R = 66.56%
G = 14.86%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7303C (or 0xD7303C) is known color: Mahogany. HEX triplet: D7, 30 and 3C. RGB value is (215,48,60). Sum of RGB (Red+Green+Blue) = 215+48+60=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D7303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7303C is #28CFC3. Grayscale: #636363. Windows color (decimal): -2674628 or 3944663. OLE color: 3944663.

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

Color convert

RGB 215 48 60 -
CMYK 0 0.78 0.72 0.16
HSL 355.69º 0.68% 0.52% -
HSV(B) 355.69º 0.78% 0.84% -
XYZ 29.9 16.89 5.96 -
YUV 99.3 105.83 210.52 -
System Red Green Blue C M Y K H S L
Decimal 215 48 60 0 0.78 0.72 0.16 355.69 0.68 0.52
Hex D7 30 3C 0 4E 48 10 164 44 34
Octal 327 60 74 0 116 110 20 544 104 64
Binary 11010111 110000 111100 0 1001110 1001000 10000 101100100 1000100 110100

Color Harmonies of #D7303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7303C

Black with #D7303C

Text Example


Text Example

White with #D7303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7303C; }

 p { color: rgb(215,48,60); }

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

background-color css

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

 a { background-color: rgb(215,48,60); }

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

border-color css

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

 span { border-color: rgb(215,48,60); }

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