Html Css Color HEX #C63037 Mahogany

📋 copy color: '#C63037'

red 198 ◦ green 48 ◦ blue 55

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

Shades of Mahogany #C63037

Tints of Mahogany #C63037

RGB

 RED value IS 198 (77.73% from 255) = 65.78%

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

 BLUE value IS 55 (21.88% from 255) = 18.27%

R = 65.78%
G = 15.95%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C63037 (or 0xC63037) is known color: Mahogany. HEX triplet: C6, 30 and 37. RGB value is (198,48,55). Sum of RGB (Red+Green+Blue) = 198+48+55=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C63037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63037 is #39CFC8. Grayscale: #5D5D5D. Windows color (decimal): -3788745 or 3616966. OLE color: 3616966.

HSL color Cylindrical-coordinate representation of color #C63037: hue angle of 357.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C63037 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 48 55 -
CMYK 0 0.76 0.72 0.22
HSL 357.2º 0.61% 0.48% -
HSV(B) 357.2º 0.76% 0.78% -
XYZ 25.04 14.4 5.07 -
YUV 93.65 106.2 202.43 -
System Red Green Blue C M Y K H S L
Decimal 198 48 55 0 0.76 0.72 0.22 357.2 0.61 0.48
Hex C6 30 37 0 4C 48 16 165 3D 30
Octal 306 60 67 0 114 110 26 545 75 60
Binary 11000110 110000 110111 0 1001100 1001000 10110 101100101 111101 110000

Color Harmonies of #C63037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63037

Black with #C63037

Text Example


Text Example

White with #C63037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63037; }

 p { color: rgb(198,48,55); }

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

background-color css

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

 a { background-color: rgb(198,48,55); }

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

border-color css

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

 span { border-color: rgb(198,48,55); }

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